From: Matthias Maier Date: Thu, 19 Sep 2013 23:49:13 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.1.0~570^2~234 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f9549eb5448f118706f70850a35c6fa622ec83;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30866 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 00aa8af544..2c7975d1e2 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -304,7 +304,9 @@ TRACK was set to \"Build Tests\" which requires the source directory to be under Subversion version control. " ) -ELSE() +ENDIF() + +IF("${TRACK}" STREQUAL "Build Tests") # if not on trunk, append branch to track: IF(NOT "${_branch}" STREQUAL "trunk") SET(TRACK "${TRACK} - ${_branch}")