From: bangerth Date: Sat, 5 Jan 2013 13:36:35 +0000 (+0000) Subject: Fix branch marker. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e4d5936a4c38e801778c7cf5e5acbccd994842;p=dealii-svn.git Fix branch marker. git-svn-id: https://svn.dealii.org/branches/branch_cmake@27935 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index d647252819..26fc445784 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -19,5 +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 = x-branch_parallel_mg/$(notdir $(shell pwd)) - +WORKDIR = x-branch_cmake/$(notdir $(shell pwd))