Changeset 8bdc1c3 for tests/test.py
- Timestamp:
- Aug 20, 2018, 12:52:03 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 341bb80
- Parents:
- b215e92b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
rb215e92b r8bdc1c3 162 162 if settings.dry_run or fileIsExecutable(exe_file) : 163 163 # run test 164 retcode, _ = sh(" %s timeout %d %s > %s 2>&1" % (settings.ldpath,settings.timeout.single, exe_file, out_file), input = in_file)164 retcode, _ = sh("timeout %d %s > %s 2>&1" % (settings.timeout.single, exe_file, out_file), input = in_file) 165 165 else : 166 166 # simply cat the result into the output
Note: See TracChangeset
for help on using the changeset viewer.