Closedown
This commit is contained in:
@@ -920,7 +920,6 @@ public class TestingList extends Panel {
|
||||
System.out.println("\n===================================================\n");
|
||||
executeParallelTestsGroup(selectedTestsRows); //last execution did not find a test file. Continue with next execution
|
||||
executeTest(position + 1);
|
||||
|
||||
}
|
||||
else{//no tests were selected. end.
|
||||
setToStopped();
|
||||
@@ -975,9 +974,7 @@ public class TestingList extends Panel {
|
||||
logger.log(Level.INFO, "Running Test '" + sTestName + "'. No parameters found.");
|
||||
System.out.println("Running test '" + sTestName + "'. No parameters found.");
|
||||
}
|
||||
|
||||
args2.put(sTestPath, testArgs);
|
||||
|
||||
hTests = args2;
|
||||
iRet = 0;
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user