Closedown
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user