diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 28158ff..7cea556 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -116,7 +116,7 @@ public class TestingList extends Panel { Logger logger = Logger.getLogger("TestsLog"); //these paths are converted to unix or win path according to host OS private final String TESTS_DEVICES_DEFAULT_DIR = new java.io.File(".").getCanonicalPath() - + FilenameUtils.separatorsToSystem("/home/script/tests/production/"); + + FilenameUtils.separatorsToSystem("/home/script/tests/devices/"); private final String TESTS_TESTS_DEFAULT_DIR = new java.io.File(".").getCanonicalPath() + FilenameUtils.separatorsToSystem("/home/script/tests/tests/"); private final String TESTS_LOG_DEFAULT_DIR = new java.io.File(".").getCanonicalPath()