Changeset 0e0f128 for tests/pybin/tools.py
- Timestamp:
- Aug 14, 2018, 1:20:59 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 7b3a6e6
- Parents:
- 0c827019 (diff), 26f4dbe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r0c827019 r0e0f128 75 75 def diff( lhs, rhs ): 76 76 # diff the output of the files 77 diff_cmd = ("diff --ignore-all-space "77 diff_cmd = ("diff --ignore-all-space --text " 78 78 "--ignore-blank-lines " 79 79 "--old-group-format='\t\tmissing lines :\n"
Note: See TracChangeset
for help on using the changeset viewer.