]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
make sure that tests failing because of full disks are not listed on the web page
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Aug 2006 19:22:53 +0000 (19:22 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Aug 2006 19:22:53 +0000 (19:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@13577 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 1cbe87da6dca81b62ee075539586ed662096d4de..631aa567bea38a615033e55ae002d350808b65fd 100644 (file)
@@ -83,7 +83,7 @@ endif
 # the failed one.
 #
 # if, however, the flag `stop_on_error=on' was given, the
-# check command fails whenever teh output differs from the
+# check command fails whenever the output differs from the
 # precomputed file.
 #
 # as to finding which output file to compare with: we simply
@@ -135,11 +135,13 @@ endif
 ############################################################
 report:
        @for test in $(sort $(tests)) ; do \
+             if (($(MAKE) $$test/output 2>&1) > /dev/null); then \
                if (($(MAKE) $$test/OK stop_on_error=on 2>&1) > /dev/null); then \
                        echo `date -u +"%Y-%m-%d %H:%M"` "  +  $(WORKDIR)/$$test" ; \
                else \
                        echo `date -u +"%Y-%m-%d %H:%M"` " 0   $(WORKDIR)/$$test" ; \
                fi ; \
+             fi ; \
        done
 
 

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.