diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-24 15:05:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-24 15:05:12 (GMT) |
commit | 3c832dd1b8ae13edccadfc1487448b986d989560 (patch) | |
tree | 3d652bf72ccb675cca754034010a266e3d4f7de8 /Source/cmCTest.h | |
parent | c6c1f7001284d1e33e026d393cf689ea65547a36 (diff) | |
download | CMake-3c832dd1b8ae13edccadfc1487448b986d989560.zip CMake-3c832dd1b8ae13edccadfc1487448b986d989560.tar.gz CMake-3c832dd1b8ae13edccadfc1487448b986d989560.tar.bz2 |
BUG: CVS update fix. If the CVS command was not set there was no indication that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index c9d15d2..fbdde44 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -35,6 +35,7 @@ public: * Run a dashboard using a specified confiuration script */ int RunConfigurationScript(); + int RunConfigurationScript(const std::string& script); /** * Initialize and finalize testing @@ -140,7 +141,7 @@ public: bool m_ShowOnly; bool m_RunConfigurationScript; - std::string m_ConfigurationScript; + tm_VectorOfStrings m_ConfigurationScripts; enum { EXPERIMENTAL, |