summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);