BUG: fix command line parser bug

This commit is contained in:
Bill Hoffman 2004-01-07 13:20:39 -05:00
parent dcdde834a5
commit ea28cef201
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{