]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Filter out creation dates/times.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 Sep 2000 12:58:59 +0000 (12:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 Sep 2000 12:58:59 +0000 (12:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@3340 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/Makefile.in

index 95cfe40858a9d0f7b1ce1104052a4613aac078a9..b7018eb68dd604385630af0b3d427331971047e0 100644 (file)
@@ -334,7 +334,12 @@ wave-test-3.output: wave-test-3.testcase
 %.output:%.testcase
        @echo =====Running======= $<
        @./$<
-       @perl -pi -e 's/JobId.*//;s/value.*//;' $@
+       @perl -pi -e 's/JobId.*//;\
+               s/value.*//;\
+               s/%%Creation Date:.*//;\
+               s/# Time =.*//; \
+               s/^\s+Time =.*//;\
+               s/^\s+Date =.*//;'  $@
 
 %.check:%.output
        @-diff $< $(patsubst %.output,%.checked, $<) && 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.