]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename environment variable to DEAL_II_DIFF.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 16 Mar 2013 12:30:32 +0000 (12:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 16 Mar 2013 12:30:32 +0000 (12:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@28921 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 2a5e082c385024778cb52573fc099e5c3a66b7e5..10824a7bc56861e18ce646b098492dd3bc570a2d 100644 (file)
@@ -21,12 +21,12 @@ verbose = off
 # on the command line to use a different mail agent or to tunnel through ssh.
 # The mail program takes a single argument, which is the mail address for tests
 # The contents of the mail will be provided on STDIN
-MAIL=mail
+MAIL = mail
 
-#this lets you overwrite the diff tool for comparisons.
-#recommended environment setting:
-#export DEALII_DIFF="numdiff -a 1e-6 -q"
-DEALII_DIFF?=diff
+# this lets you overwrite the diff tool for comparisons.
+# recommended environment setting:
+#   export DEAL_II_DIFF="numdiff -a 1e-6 -q"
+DEAL_II_DIFF ?= diff
 
 PLATFORM = $(TARGET)+$(GXX-VERSION:intel_%=%)
 PLATFORM-HIERARCHY = $(shell $(PERL) ../hierarchy.pl $(PLATFORM))
@@ -128,9 +128,9 @@ endif
            if test -f $$testname/cmp/$$i ; then \
                cmpfile_found=yes ; \
                if test "x$(verbose)" = "xon" ; then \
-                       cmd="$(DEALII_DIFF) $(DIFFOPT) $< $$testname/cmp/$$i" ; \
+                       cmd="$(DEAL_II_DIFF) $(DIFFOPT) $< $$testname/cmp/$$i" ; \
                 else \
-                       cmd="$(DEALII_DIFF) $< $$testname/cmp/$$i > /dev/null" ; \
+                       cmd="$(DEAL_II_DIFF) $< $$testname/cmp/$$i > /dev/null" ; \
                 fi ; \
                 if eval $$cmd ; then \
                        echo '=====OK============' $@ ; \

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.