View | Details | Raw Unified | Return to bug 1150
Collapse All | Expand All

(-)a/utils/test-runner.cc (-2 lines)
 Lines 196-202    Link Here 
196
196
197
  bool haveBasedir = false;
197
  bool haveBasedir = false;
198
  bool haveTempdir = false;
198
  bool haveTempdir = false;
199
  bool haveOutfile = false;
200
  bool haveType = false;
199
  bool haveType = false;
201
200
202
  std::string suiteName;
201
  std::string suiteName;
 Lines 250-256    Link Here 
250
      if (arg.find ("--out=") != std::string::npos)
249
      if (arg.find ("--out=") != std::string::npos)
251
        {
250
        {
252
          outfileName = arg.substr (arg.find_first_of ("=") + 1, 9999);
251
          outfileName = arg.substr (arg.find_first_of ("=") + 1, 9999);
253
          haveOutfile = true;
254
        }
252
        }
255
253
256
      if (arg.find ("--suite=") != std::string::npos)
254
      if (arg.find ("--suite=") != std::string::npos)

Return to bug 1150