Changeset 17bc05b
- Timestamp:
- Aug 15, 2019, 11:37:24 AM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r6daaee3 r17bc05b 135 135 timeout = Timeouts(options.timeout, options.global_timeout) 136 136 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 '' 137 139 if distribute and not os.environ.get('DISTCC_LOG'): 138 140 os.putenv('DISTCC_LOG', os.path.join(BUILDDIR, 'distcc_error.log'))
Note: See TracChangeset
for help on using the changeset viewer.