Changeset 8209e70
- Timestamp:
- Sep 11, 2019, 1:40:09 PM (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:
- a539fc3
- Parents:
- 81e60f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r81e60f7 r8209e70 127 127 archive = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None 128 128 debug = Debug(options.debug) 129 dry_run = options.dry_run # must be called before tools.config_hash() 129 130 distcc = "DISTCC_CFA_PATH=~/.cfadistcc/%s/cfa" % tools.config_hash() 130 dry_run = options.dry_run131 131 generating = options.regenerate_expected 132 132 install = Install(options.install)
Note: See TracChangeset
for help on using the changeset viewer.