Changeset a293ddc in rtems-source-builder


Ignore:
Timestamp:
01/18/18 02:38:52 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
d7fd320
Parents:
3ddbd79
Message:

sb: Disable a log file for the check command.

Fix a minor issue in the log module.

Location:
source-builder/sb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source-builder/sb/check.py

    r3ddbd79 ra293ddc  
    264264    import sys
    265265    try:
    266         _opts = options.load(args = sys.argv)
     266        _opts = options.load(args = sys.argv, logfile = False)
    267267        log.notice('RTEMS Source Builder - Check, %s' % (version.str()))
    268268
  • source-builder/sb/log.py

    r3ddbd79 ra293ddc  
    4646
    4747def set_default_once(log):
     48    global default
    4849    if default is None:
    4950        default = log
Note: See TracChangeset for help on using the changeset viewer.