Closedown

This commit is contained in:
boccioli_m
2015-06-12 14:29:57 +02:00
parent c6ac0826e4
commit 1a679cab8a

View File

@@ -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()