]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ignore errors when making nofail as part of report.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Jan 2010 17:05:57 +0000 (17:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Jan 2010 17:05:57 +0000 (17:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@20475 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index eba3137995ddf846e453ea96a36143cf9b2865f0..f5c607291efbe98cb288166652081acb82a8ec5a 100644 (file)
@@ -31,14 +31,14 @@ do-%:
 
 
 report:
-       @$(MAKE) -k nofail
+       -@$(MAKE) -k nofail
        @for i in $(nofail-dirs) fail all-headers ; do \
                echo =======Report: $$i ======= ; \
                cd $$i ; $(MAKE) report ; cd .. ; \
         done
 
 report+mail:
-       @$(MAKE) -k nofail
+       -@$(MAKE) -k nofail
        @for i in $(nofail-dirs) fail all-headers ; do \
                echo =======Report: $$i ======= ; \
                cd $$i ; $(MAKE) report+mail ; cd .. ; \

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.