- Timestamp:
- Jul 14, 2016, 3:54:14 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 917f93c5
- Parents:
- 4e95b5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/test.py
r4e95b5c re28d0f5 109 109 if make_ret == 0 : 110 110 # fetch optional input 111 stdinput = "< .in/%s.txt" % test if isfile(".in/%s.txt" % test.path) else ""111 stdinput = "< .in/%s.txt" % test.name if isfile(".in/%s.txt" % test.path) else "" 112 112 113 113 if fileIsExecutable(test.name) :
Note: See TracChangeset
for help on using the changeset viewer.