summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-25 20:39:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-25 20:39:10 (GMT)
commit953439f738e98b463e2583cdbe1c756a7045eacb (patch)
treee8cdce0646ef1fea6c0e125b353ab604690a2b04 /Source/CTest
parent736d8c1a0caca54bdc43eabcd448e6aee8a9f97b (diff)
downloadCMake-953439f738e98b463e2583cdbe1c756a7045eacb.zip
CMake-953439f738e98b463e2583cdbe1c756a7045eacb.tar.gz
CMake-953439f738e98b463e2583cdbe1c756a7045eacb.tar.bz2
ENH: add reminder comment
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestScriptHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.cxx b/Source/CTest/cmCTestScriptHandler.cxx
index f44e7ca..38a406a 100644
--- a/Source/CTest/cmCTestScriptHandler.cxx
+++ b/Source/CTest/cmCTestScriptHandler.cxx
@@ -236,6 +236,7 @@ int cmCTestScriptHandler::ExecuteScript(const std::string& total_script_arg)
// now pass through all the other arguments
std::vector<cmStdString> &initArgs =
this->CTest->GetInitialCommandLineArguments();
+ //*** need to make sure this does not have the current script ***
for(size_t i=1; i < initArgs.size(); ++i)
{
argv.push_back(initArgs[i].c_str());