[cmake-commits] hoffman committed CMakeLists.txt 1.27 1.28

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 19 11:16:59 EDT 2007


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv29645/Tests

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: fix failing test when valgrind is on


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- CMakeLists.txt	19 Sep 2007 15:10:34 -0000	1.27
+++ CMakeLists.txt	19 Sep 2007 15:16:57 -0000	1.28
@@ -640,7 +640,7 @@
     CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest3/test.cmake.in"
       "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" @ONLY ESCAPE_QUOTES)
     ADD_TEST(CTestTest3 ${CMAKE_CTEST_COMMAND}
-      -S "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" -V
+      -S "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" -VV
       --output-log "${CMake_BINARY_DIR}/Tests/CTestTest3/testOutput.log"
       )
     # these tests take a long time, make sure they have it



More information about the Cmake-commits mailing list