From: Wolfgang Bangerth Date: Wed, 20 Mar 2013 22:35:46 +0000 (+0000) Subject: Fix branch marker. X-Git-Tag: v8.0.0~316^2~120 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87945ae66a49c6c4d33045ceb7dc8c084fe3ab4;p=dealii.git Fix branch marker. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28963 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index af00289d8b..a963d6997f 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -19,4 +19,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 = branch_bigger_global_dof_indices_4/$(notdir $(shell pwd)) +WORKDIR = x-branch_bigger_global_dof_indices_4/$(notdir $(shell pwd))