From db22f8fe27d9f9083a5d3aa33f324f04d61a0198 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 19 Jan 2016 11:34:32 +0100 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- script/tests/tests.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 8723440..dd97c5f 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1072,8 +1072,8 @@ public class TestingList extends Panel { String sWait = ""; //check if pshell is still initialising: if so, don't start the tests try { + //invoke python method pshellStatus = eval("controller.state"); - System.out.println("status: "+String.valueOf(pshellStatus)); if(String.valueOf(pshellStatus)=="Initializing"){ sWait = "pshell is initialising: please try again in a few seconds..."; } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index bc058c2..3a00162 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Jan 19 10:36:03 CET 2016 +#Tue Jan 19 11:34:30 CET 2016 customPanel= showEnabledTestsOnly=true listFilter=LabTests2