Changeset 202ad72 for tests/test.py
- Timestamp:
- Aug 15, 2018, 11:18:53 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 8e485801
- Parents:
- 7caea53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r7caea53 r202ad72 172 172 173 173 if retcode == 0: 174 fixoutput(out_file) 174 175 if settings.generating : 175 176 # if we are ounly generating the output we still need to check that the test actually exists … … 182 183 else : 183 184 # fetch return code and error from the diff command 184 fixoutput(out_file)185 185 retcode, error = diff(cmp_file, out_file) 186 186
Note: See TracChangeset
for help on using the changeset viewer.