|
|
| 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; |
|
|
| 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) |