From: bangerth Date: Sun, 27 May 2012 19:28:40 +0000 (+0000) Subject: Mark test results from the branch with a different tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a497741aec883e1e795d6ccac9cf634ecfe27fe8;p=dealii-svn.git Mark test results from the branch with a different tag. git-svn-id: https://svn.dealii.org/branches/branch_higher_derivatives@25551 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index 3de805d7f0..fadeadd46e 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -16,5 +16,5 @@ 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 = $(notdir $(shell pwd)) +WORKDIR = x-branch-higher-derivatives/$(notdir $(shell pwd))