From: heister Date: Fri, 25 Apr 2014 14:09:15 +0000 (+0000) Subject: tweak to test script status message that confused me X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e248e1489141991a3f33f3f03951bbceb8e32ca5;p=dealii-svn.git tweak to test script status message that confused me git-svn-id: https://svn.dealii.org/trunk@32829 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/scripts/run_testsuite.cmake b/deal.II/cmake/scripts/run_testsuite.cmake index 34d6e9fb99..8d2f3a98ab 100644 --- a/deal.II/cmake/scripts/run_testsuite.cmake +++ b/deal.II/cmake/scripts/run_testsuite.cmake @@ -546,7 +546,7 @@ IF("${_res}" STREQUAL "0") IF("${_res}" STREQUAL "0") # Only run tests if the build was successful: - MESSAGE("-- Running make setup_tests") + MESSAGE("-- Running setup_tests") EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} --build ${CTEST_BINARY_DIRECTORY} --target setup_tests -- ${MAKEOPTS}