From 8adc177bcf2b4f98dbd37801588a1184c1e7ae4b Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 8 May 2005 13:48:52 -0400 Subject: ENH: Remove error about not being able to update CTest configuration --- Source/CTest/cmCTestStartCommand.cxx | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v0.12