mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
BUG: fix command line parser bug
This commit is contained in:
parent
dcdde834a5
commit
ea28cef201
@ -3749,10 +3749,6 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
|
||||
++i;
|
||||
}
|
||||
}
|
||||
if(i < args.size())
|
||||
{
|
||||
--i;
|
||||
}
|
||||
}
|
||||
if(arg.find("--test-command",0) == 0 && i < args.size() - 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user