]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make diffs not ignore whitespace for all tests.
authorTimo Heister <timo.heister@gmail.com>
Fri, 7 Sep 2012 21:42:43 +0000 (21:42 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 7 Sep 2012 21:42:43 +0000 (21:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@26251 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 749b0c0c8c6fbb20daee4bd7a31661453a503208..9c48628b70b498e1f7990169612f446c168b68bb 100644 (file)
@@ -121,9 +121,9 @@ endif
            if test -f $$testname/cmp/$$i ; then \
                cmpfile_found=yes ; \
                if test "x$(verbose)" = "xon" ; then \
-                       cmd="diff $(DIFFOPT) -w $< $$testname/cmp/$$i" ; \
+                       cmd="diff $(DIFFOPT) $< $$testname/cmp/$$i" ; \
                 else \
-                       cmd="diff -w $< $$testname/cmp/$$i > /dev/null" ; \
+                       cmd="diff $< $$testname/cmp/$$i > /dev/null" ; \
                 fi ; \
                 if eval $$cmd ; then \
                        echo '=====OK============' $@ ; \
@@ -239,7 +239,7 @@ report+mail:
        @for i in $(PLATFORM-HIERARCHY) ; do \
            testname=$(<:%/output=%) ; \
            if test -f $$testname/cmp/$$i ; then \
-               cmd="diff -w $< $$testname/cmp/$$i > /dev/null" ; \
+               cmd="diff $< $$testname/cmp/$$i > /dev/null" ; \
                if eval ! $$cmd ; then \
                    echo '=====Creating======' $$testname/cmp/$(PLATFORM) ; \
                    cp $$testname/output $$testname/cmp/$(PLATFORM); \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.