summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:37:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:37:49 (GMT)
commitb8435f3d91ccd3cd27668b6c573de7b738458fcd (patch)
treec3a6c126df3361274081344aa89687f011e94966 /Tests
parent0c24570ee429c9884fdbf9ba0dd5e55133114432 (diff)
downloadCMake-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.txt2
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"