From f9efab894452d8522002dcbfe8a47f1fbb5f55bf Mon Sep 17 00:00:00 2001
From: maier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 19 Sep 2013 23:49:13 +0000
Subject: [PATCH] Bugfix

git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30866 0785d39b-7218-0410-832d-ea1e28bc413d
---
 tests/run_testsuite.cmake | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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}")
-- 
2.39.5