From f186eeeffd81f35245513c5a6e5055fc4fb9ac65 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 27 Dec 2008 04:08:47 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@18012 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 f3b2000480..6693e54836 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -11,8 +11,8 @@ normalize = $D/common/scripts/normalize.pl # get the path of the current directory so we can prefix every test -# 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 the report with it. for a branch, prefix everything +# with x-branch-name/ so that tests run from the branch will show up # in different folders on the webpage. WORKDIR = $(notdir $(shell pwd)) -- 2.39.5