From: Wolfgang Bangerth Date: Tue, 25 Sep 2012 03:17:57 +0000 (+0000) Subject: Fix branch marker that was erroneously merged. X-Git-Tag: v8.0.0~2047 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6009cdc2f5ec279de0e15a30e131665708539c;p=dealii.git Fix branch marker that was erroneously merged. git-svn-id: https://svn.dealii.org/trunk@26701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index e577209751..3de805d7f0 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 = x-branch-component-mask/$(notdir $(shell pwd)) +WORKDIR = $(notdir $(shell pwd))