Changeset 6951eb2 in rtems-source-builder


Ignore:
Timestamp:
01/18/18 02:38:52 (6 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11
Children:
f448a14
Parents:
7f49a01
git-author:
Chris Johns <chrisj@…> (01/18/18 02:38:52)
git-committer:
Chris Johns <chrisj@…> (01/18/18 03:42:25)
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

    r7f49a01 r6951eb2  
    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

    r7f49a01 r6951eb2  
    4141
    4242def set_default_once(log):
     43    global default
    4344    if default is None:
    4445        default = log
Note: See TracChangeset for help on using the changeset viewer.