From 3bd7bff4f8afa5e76683ae57a99d6091e87f6a7a Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 24 Oct 2010 04:46:00 +0000 Subject: [PATCH] Remove x-branch_distributed_grids/ prefix. git-svn-id: https://svn.dealii.org/trunk@22449 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 6e5108a308..925a1bee7b 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -14,7 +14,7 @@ normalize = $D/common/scripts/normalize.pl # 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 = x-branch_distributed_grids/$(notdir $(shell pwd)) +WORKDIR = $(notdir $(shell pwd)) verbose = off -- 2.39.5