Closedown
This commit is contained in:
@@ -2087,9 +2087,9 @@ public class TestingList extends Panel {
|
||||
logger.log(Level.INFO, msg);
|
||||
System.out.println(msg);
|
||||
}
|
||||
System.out.println("sTestID: " + sTestID);
|
||||
//System.out.println("sTestID: " + sTestID);
|
||||
Object retargs = args2.put(sTestID, testArgs);
|
||||
System.out.println("retargs: " + retargs);
|
||||
//System.out.println("retargs: " + retargs);
|
||||
hTests = args2;
|
||||
iRet = 0;
|
||||
} catch (Exception ex) {
|
||||
@@ -2131,7 +2131,7 @@ public class TestingList extends Panel {
|
||||
}
|
||||
//animate the custom panel (if present)
|
||||
animateCustomPanel(sDeviceName);
|
||||
System.out.println("sParallelizeCommand: " +sParallelizeCommand);
|
||||
//System.out.println("sParallelizeCommand: " +sParallelizeCommand);
|
||||
//run test(s)
|
||||
Object ret = eval(sParallelizeCommand);
|
||||
//System.out.println(ret);
|
||||
|
||||
Reference in New Issue
Block a user