summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-08 17:48:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-08 17:48:52 (GMT)
commit8adc177bcf2b4f98dbd37801588a1184c1e7ae4b (patch)
tree267839727b3140f45cc7a620478cdbde9e29bf7c
parent0842958977ce9037cf597871df6baf72736c7973 (diff)
downloadCMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.zip
CMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.tar.gz
CMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.tar.bz2
ENH: Remove error about not being able to update CTest configuration
-rw-r--r--Source/CTest/cmCTestStartCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestStartCommand.cxx b/Source/CTest/cmCTestStartCommand.cxx
index 248aa24..fe81fd4 100644
--- a/Source/CTest/cmCTestStartCommand.cxx
+++ b/Source/CTest/cmCTestStartCommand.cxx
@@ -91,6 +91,7 @@ bool cmCTestStartCommand::InitialPass(
m_CTest->SetCTestConfiguration("BuildDirectory", bld_dir);
m_Makefile->AddDefinition("CTEST_RUN_CURRENT_SCRIPT", "OFF");
+ m_CTest->SetSuppressUpdatingCTestConfiguration(true);
int model = m_CTest->GetTestModelFromString(smodel);
m_CTest->SetTestModel(model);