From 2ded56f7b4832850a63393c9497f313b0b27966c Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 4 Sep 2007 03:52:39 +0000 Subject: [PATCH] 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 --- tests/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.5