Changes in tests/pybin/settings.py [dcfedca:a8d4b59]
- File:
-
- 1 edited
-
tests/pybin/settings.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
rdcfedca ra8d4b59 4 4 from . import tools 5 5 6 global original_path7 8 6 try : 9 original_path = os.getcwd()10 7 testpath = os.path.dirname(os.path.abspath(os.path.join(os.getcwd(), sys.argv[0]))) 11 8 sys.path.append(testpath) … … 116 113 global timeout 117 114 global output_width 118 global archive119 115 120 116 dry_run = options.dry_run … … 126 122 timeout = Timeouts(options.timeout, options.global_timeout) 127 123 output_width = 24 128 archive = os.path.abspath(os.path.join(original_path, options.archive_errors)) if options.archive_errors else None129 124 130 125
Note:
See TracChangeset
for help on using the changeset viewer.