From ec5a70dc91a53e0a681cedab1ca57d72f2d58ade Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Fri, 30 Oct 2009 17:43:55 -0400 Subject: Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is currently causing the test to fail, still investigating the reason for this, will add coverage for it later) --- Tests/CTestTestRunScript/test.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CTestTestRunScript/test.cmake.in b/Tests/CTestTestRunScript/test.cmake.in index 91ee65f..8301a56 100644 --- a/Tests/CTestTestRunScript/test.cmake.in +++ b/Tests/CTestTestRunScript/test.cmake.in @@ -1,2 +1,2 @@ SET(CTEST_RUN_CURRENT_SCRIPT 0) -CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake") +CTEST_RUN_SCRIPT("CTestTestRunScript/hello.cmake" RETURN_VALUE res RETURN_VALUE) -- cgit v0.12