]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add working directory to very line of report
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 6 Oct 2005 15:02:02 +0000 (15:02 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 6 Oct 2005 15:02:02 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@11568 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index c9e42c323ef3d2f59bfa4e9d9a51e0c36bd667e8..5e8f3fcf8b730f9fe0fc0f1eb35b0e7ea1b81f56 100644 (file)
@@ -117,9 +117,9 @@ endif
 report:
        for test in $(sort $(tests)) ; do \
                if (($(MAKE) $$test.OK stop_on_error=on 2>&1) > /dev/null); then \
-                       echo `date -u +"%Y-%m-%d %H:%M"` + $$test ; \
+                       echo `date -u +"%Y-%m-%d %H:%M"` + $(WORKDIR)/$$test ; \
                else \
-                       echo `date -u +"%Y-%m-%d %H:%M"` - $$test ; \
+                       echo `date -u +"%Y-%m-%d %H:%M"` - $(WORKDIR)/$$test ; \
                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.