Browse Source

BUG: fix command line parser bug

Bill Hoffman 22 years ago
parent
commit
ea28cef201
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Source/cmCTest.cxx

+ 0 - 4
Source/cmCTest.cxx

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