*
This commit is contained in:
parent
7af75044da
commit
0384277007
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue