Changeset 7b3a6e6 for tests/pybin


Ignore:
Timestamp:
Aug 14, 2018, 1:21:19 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
5a5d31a
Parents:
ef2eade (diff), 0e0f128c (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.
Message:

Merge branch 'master' into jenkins-sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    ref2eade r7b3a6e6  
    7575def diff( lhs, rhs ):
    7676        # diff the output of the files
    77         diff_cmd = ("diff --ignore-all-space "
     77        diff_cmd = ("diff --ignore-all-space --text "
    7878                                "--ignore-blank-lines "
    7979                                "--old-group-format='\t\tmissing lines :\n"
Note: See TracChangeset for help on using the changeset viewer.