From 5ea6c52d9a6de5991e0dfc6d96ae5d1a8d992f9b Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 5 Jan 2013 13:36:10 +0000 Subject: [PATCH] Fix branch marker. git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27934 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.paths.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index fb33307d7d..1b25d98012 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -16,5 +16,4 @@ ULIMIT = @ULIMIT@ # 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_parallel_mg/$(notdir $(shell pwd)) - +WORKDIR = x-branch_merge_mg_into_dof_handler/$(notdir $(shell pwd)) -- 2.39.5