From: Wolfgang Bangerth Date: Tue, 4 Sep 2007 03:52:39 +0000 (+0000) Subject: Don't die on machines that don't have a working svn or svn connection. X-Git-Tag: v8.0.0~9936 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d75ca424d692b925176338192bffe7d47e587a7;p=dealii.git Don't die on machines that don't have a working svn or svn connection. git-svn-id: https://svn.dealii.org/trunk@15112 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 3198b4e10d..62f4ca1f9e 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -143,7 +143,7 @@ endif ############################################################ report: @-$(MAKE) -k run-tests - @svn info $D | grep '^Revision' + @-svn info $D | grep '^Revision' @echo 'Date: ' `date -u +"%Y %j %F %U-%w"` @echo 'Id: ' $(ID) @for test in $(sort $(tests)) ; do \