From cab546ee47d8f4bbacba249749f73a0f95b209d5 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 20 Mar 2018 10:08:06 +0100 Subject: [PATCH] Closedown --- plugins/TestingList.java | 1 + script/tests/tests.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ccf24b6..29f21ed 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2419,6 +2419,7 @@ public class TestingList extends Panel { System.out.println("deviceInList:" + deviceInList.getPath()); File configFile = new File(deviceInList.getPath() + FilenameUtils.separatorsToSystem("/" + TESTS_CONFIG_FILENAME)); if (configFile.exists() && !configFile.isDirectory()) { + System.out.println("deviceInList found"); InputStream is = new FileInputStream(configFile); propDevice.load(is); is.close(); diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 6c04799..8c99cb9 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Mar 20 09:34:43 CET 2018 +#Tue Mar 20 09:53:43 CET 2018 customPanel= -showEnabledTestsOnly=true +showEnabledTestsOnly= listFilter=test-bx84