mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: add reminder comment
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user