Changeset bd56b07


Ignore:
Timestamp:
Aug 10, 2018, 5:25:31 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
cfcf670
Parents:
d16f9fd
Message:

treat all files as text for test comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/pybin/tools.py

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