diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-21 21:37:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-21 21:37:49 (GMT) |
commit | b8435f3d91ccd3cd27668b6c573de7b738458fcd (patch) | |
tree | c3a6c126df3361274081344aa89687f011e94966 /Tests | |
parent | 0c24570ee429c9884fdbf9ba0dd5e55133114432 (diff) | |
download | CMake-b8435f3d91ccd3cd27668b6c573de7b738458fcd.zip CMake-b8435f3d91ccd3cd27668b6c573de7b738458fcd.tar.gz CMake-b8435f3d91ccd3cd27668b6c573de7b738458fcd.tar.bz2 |
ENH: make ctest more verbose so that we can see failure on redwall
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 22a3b9e..a45ce4b 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -889,7 +889,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest2/test.cmake.in" "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" @ONLY ESCAPE_QUOTES) ADD_TEST(CTestTest2 ${CMAKE_CTEST_COMMAND} - -S "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" -V + -S "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" -VV --output-log "${CMake_BINARY_DIR}/Tests/CTestTest2/testOutput.log" ) CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest3/test.cmake.in" |