summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-23 15:49:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-23 15:49:46 (GMT)
commitbdfc3fadd321c6642e37fc074e5ebd4a5f533787 (patch)
treedcb94b8d9e6ab9cbc9a9bb1b76f0cad6398f6981 /Tests
parentb29265a6b97fd02111809ef1713175a7807d1356 (diff)
downloadCMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.zip
CMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.tar.gz
CMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.tar.bz2
ENH: add more debug stuff to CTestCTest2 so I can figure out 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 a45ce4b..1035427 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" -VV
+ -S "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" -VV --debug
--output-log "${CMake_BINARY_DIR}/Tests/CTestTest2/testOutput.log"
)
CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest3/test.cmake.in"