summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTest3
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 20:24:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 20:24:39 (GMT)
commit73fe7c316a0701ae4f4cf5259a0d1a871a200a9a (patch)
tree8e421f44bb6aac8cdfd7546d91ff30047040cc54 /Tests/CTestTest3
parented753228362d168459ec841e2c6cf2a980db60a5 (diff)
downloadCMake-73fe7c316a0701ae4f4cf5259a0d1a871a200a9a.zip
CMake-73fe7c316a0701ae4f4cf5259a0d1a871a200a9a.tar.gz
CMake-73fe7c316a0701ae4f4cf5259a0d1a871a200a9a.tar.bz2
ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test
Diffstat (limited to 'Tests/CTestTest3')
-rw-r--r--Tests/CTestTest3/test.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTest3/test.cmake.in b/Tests/CTestTest3/test.cmake.in
index 79255ff..bac2751 100644
--- a/Tests/CTestTest3/test.cmake.in
+++ b/Tests/CTestTest3/test.cmake.in
@@ -16,7 +16,7 @@ SET(CTEST_MEMORYCHECK_SUPPRESSIONS_FILE "@MEMORYCHECK_SUPPRESSIONS_FILE@")
SET(CTEST_MEMORYCHECK_COMMAND_OPTIONS "@MEMORYCHECK_COMMAND_OPTIONS@")
SET(CTEST_COVERAGE_COMMAND "@COVERAGE_COMMAND@")
SET(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")
-SET(CTEST_CHECKOUT_COMMAND "\"${CTEST_CVS_COMMAND}\" -q -z3 \"-d:pserver:anoncvs@www.cmake.org:/cvsroot/KWSys\" co -D CTest-Testing-Tag KWSys")
+SET(CTEST_CHECKOUT_COMMAND "\"${CTEST_CVS_COMMAND}\" -q -z3 \"-d:pserver:anoncvs@www.cmake.org:/cvsroot/KWSys\" co -r CTest-Testing-Tag KWSys")
CTEST_EMPTY_BINARY_DIRECTORY(${CTEST_BINARY_DIRECTORY})