]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix one more bug.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 11 Apr 2001 09:23:52 +0000 (09:23 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 11 Apr 2001 09:23:52 +0000 (09:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@4427 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index a6531c9f73a8fb83872529740ba0625783dcdcf6..91d14e1fb53cd6115f8ae7ff1bda377f474e7447 100644 (file)
@@ -44,8 +44,8 @@ verbose = off
 
 
 %.check : %.output
-       @echo '=====Checking======' $< ;
-       @if test "x$verbose" = "xon" ; then \
+       @echo '=====Checking======' $<
+       @if test "x$(verbose)" = "xon" ; then \
                cmd="diff $< $(patsubst %.output,%.checked, $<)" ; \
         else \
                cmd="diff $< $(patsubst %.output,%.checked, $<) > /dev/null" ; \
@@ -55,7 +55,7 @@ verbose = off
                touch $@ ; \
         else \
                echo '+++++Error+++++++++' $@ ; \
-               if test "x$stop_on_error" = "xon" ; then \
+               if test "x$(stop_on_error)" = "xon" ; then \
                        false ; \
                fi ; \
         fi

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.