From: Matthias Maier <tamiko@43-1.org>
Date: Tue, 15 Feb 2022 14:46:20 +0000 (-0600)
Subject: CMake: Testsuite: Actually submit test results
X-Git-Tag: v9.4.0-rc1~490^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13391%2Fhead;p=dealii.git

CMake: Testsuite: Actually submit test results
---

diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake
index 9d811cef25..8aba98a25e 100644
--- a/tests/run_testsuite.cmake
+++ b/tests/run_testsuite.cmake
@@ -617,7 +617,7 @@ ENDIF()
 # And finally submit:
 #
 
-IF(NOT ${SKIP_SUBMISSION})
+IF(NOT SKIP_SUBMISSION)
   MESSAGE("-- Running CTEST_SUBMIT()")
   CTEST_SUBMIT(RETURN_VALUE _res)