From: Wolfgang Bangerth Date: Wed, 6 Mar 2013 16:26:19 +0000 (+0000) Subject: As discussed on the mailing list, get the svn revision number from the test X-Git-Tag: v8.0.0~1079^2~34 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c085cca452bfb9179133f39190cb32a6c41bf9;p=dealii.git 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 --- 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 \