From 9cb82a52af041e67d0e519cdb0119cae2ebbd2c9 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 6 Jun 2017 14:37:12 +0200 Subject: [PATCH] Startup --- plugins/TestingList.java | 2 ++ script/tests/tests.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 490e452..f239bb0 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -10,6 +10,7 @@ import ch.psi.pshell.ui.App; import ch.psi.pshell.ui.Panel; import ch.psi.pshell.ui.Plugin; import ch.psi.pshell.ui.View; +import ch.psi.utils.Convert; import ch.psi.utils.swing.SwingUtils; import ch.psi.utils.swing.SwingUtils.OptionType; import java.awt.Component; @@ -2013,6 +2014,7 @@ public class TestingList extends Panel { * @return return value: 0 means ok, <0 means problem */ private int executeParallelTestsGroup(int[] rowsToExecute) throws InterruptedException { + System.out.println(Convert.arrayToString(rowsToExecute, " - " , 10)); int iRet = -1; HashMap args2 = new HashMap(); //this is the global map that will contain one map per test. HashMap testArgs; //this is the map for a test. diff --git a/script/tests/tests.properties b/script/tests/tests.properties index ec4d9ef..561a1ed 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Jun 06 14:26:44 CEST 2017 +#Tue Jun 06 14:36:58 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=LabTests