Changes in tests/pybin/settings.py [d3c1c6a:8bdc1c36]
- File:
-
- 1 edited
-
tests/pybin/settings.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
rd3c1c6a r8bdc1c36 1 from __future__ import print_function 2 1 3 import os 2 4 import sys 3 from .import tools5 import tools 4 6 5 7 try : … … 110 112 global install 111 113 global timeout 112 global width113 114 114 115 dry_run = options.dry_run … … 119 120 arch = Architecture(options.arch) 120 121 timeout = Timeouts(options.timeout, options.global_timeout) 121 width = 24122 122 123 123 … … 139 139 140 140 tools.rm(errf) 141 142 def prep_output(tests):143 global width144 width = max(map(lambda t: len(t.target()), tests))
Note:
See TracChangeset
for help on using the changeset viewer.