From cfe2eb7996653ae9ae588e5c436337fa4fab29c7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 6 Mar 2013 16:26:19 +0000 Subject: [PATCH] As discussed on the mailing list, get the svn revision number from the test directory rather than the source directory of deal.II. git-svn-id: https://svn.dealii.org/branches/branch_cmake@28755 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index a091cf2768..2a5e082c38 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -172,9 +172,7 @@ default: run-tests ############################################################ report: @-$(MAKE) -k run-tests - @if test -f $D/common/Version.svn ; then \ - echo "Revision: `cat $D/common/Version.svn`" ; \ - fi + @-svn info . | grep '^Revision' @echo 'Date: ' `date -u +"%Y %j %F %U-%w"` @echo 'Id: ' $(ID) @for test in $(sort $(tests)) ; do \ -- 2.39.5