This commit is contained in:
Ren RenJuan 2014-01-10 21:38:04 +00:00
parent 7af75044da
commit 0384277007
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ void testExecuteParallelTransactions() throw (EPPException)
int main(int argc, char* argv[])
{
if (argc > 1)
tkScenario = atoi(argv[1]);
TEST_run(doWork);
return TEST_errorCount();
}