Changeset d3c1c6a for tests/pybin/settings.py
- Timestamp:
- Mar 25, 2019, 1:40:20 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- eb60b04
- Parents:
- 5b993e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r5b993e0 rd3c1c6a 110 110 global install 111 111 global timeout 112 global width 112 113 113 114 dry_run = options.dry_run … … 118 119 arch = Architecture(options.arch) 119 120 timeout = Timeouts(options.timeout, options.global_timeout) 121 width = 24 120 122 121 123 … … 137 139 138 140 tools.rm(errf) 141 142 def prep_output(tests): 143 global width 144 width = max(map(lambda t: len(t.target()), tests))
Note: See TracChangeset
for help on using the changeset viewer.