This commit is contained in:
parent
7af75044da
commit
0384277007
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue