From: bangerth Date: Wed, 9 Jul 2008 14:49:51 +0000 (+0000) Subject: Remove x-anisotropic from testname output (was brought over accidentally by the aniso... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2601e28709ec5fdad75bbd26f25022d0441ac731;p=dealii-svn.git Remove x-anisotropic from testname output (was brought over accidentally by the anisotropic merge yesterday. git-svn-id: https://svn.dealii.org/trunk@16443 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 560d2835f8..1f95b4fe17 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, 2007, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -14,7 +14,7 @@ normalize = $D/common/scripts/normalize.pl # in the report with it. for the anisotropic branch, prefix everything # with x-anisotropic/ so that tests run from the branch will show up # in different folders on the webpage. -WORKDIR = x-anisotropic/$(notdir $(shell pwd)) +WORKDIR = $(notdir $(shell pwd)) verbose = off