Changeset 17bc05b


Ignore:
Timestamp:
Aug 15, 2019, 11:37:24 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c2051e10
Parents:
6daaee3
Message:

Added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r6daaee3 r17bc05b  
    135135        timeout      = Timeouts(options.timeout, options.global_timeout)
    136136
     137        # if we distribute, distcc errors will fail tests, use log file for distcc
     138        # don't use "'DISTCC_LOG' not in os.environ" because it can be set to ''
    137139        if distribute and not os.environ.get('DISTCC_LOG'):
    138140                os.putenv('DISTCC_LOG', os.path.join(BUILDDIR, 'distcc_error.log'))
Note: See TracChangeset for help on using the changeset viewer.