Changes in tests/pybin/settings.py [a5ea261:0fc91db1]
- File:
-
- 1 edited
-
tests/pybin/settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
ra5ea261 r0fc91db1 126 126 global archive 127 127 global install 128 global invariant129 128 130 129 global continue_ … … 141 140 all_install = [Install(o) for o in list(dict.fromkeys(options.install))] 142 141 archive = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None 143 invariant = options.invariant144 142 continue_ = options.continue_ 145 143 dry_run = options.dry_run # must be called before tools.config_hash()
Note:
See TracChangeset
for help on using the changeset viewer.