From e248e1489141991a3f33f3f03951bbceb8e32ca5 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 25 Apr 2014 14:09:15 +0000 Subject: [PATCH] tweak to test script status message that confused me git-svn-id: https://svn.dealii.org/trunk@32829 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/scripts/run_testsuite.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5