From f2dd87ec37fe1227399f8ec58a4d5df20ff514d7 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 15:40:49 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index aeaa0af..c7ca56a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -79,7 +79,7 @@ public class TestingList extends Panel { //these paths are converted to unix or win path according to host OS private String TESTS_DEVICES_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/production/"); private String TESTS_TESTS_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/tests/"); - private String TESTS_LOG_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/log/TestsLog.txt"); + private String TESTS_LOG_DEFAULT_DIR = new java.io.File( "." ).getCanonicalPath()+ FilenameUtils.separatorsToSystem("/home/script/tests/log/TestsLog"+getNow()+".txt"); //table1 columns indexes private int COL_CHECK = 0; private int COL_TIME = 1;