Changes in tests/pybin/tools.py [5ea5b28:202ad72]
- File:
-
- 1 edited
-
tests/pybin/tools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r5ea5b28 r202ad72 79 79 def diff( lhs, rhs ): 80 80 # diff the output of the files 81 diff_cmd = ("diff --text " 82 # "--ignore-all-space " 83 # "--ignore-blank-lines " 81 diff_cmd = ("diff --ignore-all-space --text " 82 "--ignore-blank-lines " 84 83 "--old-group-format='\t\tmissing lines :\n" 85 84 "%%<' \\\n"
Note:
See TracChangeset
for help on using the changeset viewer.