From 697cd19853882000de5815f5016c52c1c46a7d50 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 20 Oct 2017 10:01:31 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- script/tests/tests.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index 9878985..8a8be9e 100644 --- a/script/local.py +++ b/script/local.py @@ -75,7 +75,7 @@ class TestingTool: time.ctime() now = time.strftime('%Y.%m.%d %H:%M:%S') sev = ['INFO','WARN','ERRO'] - logText = sev[severity] + ' - ' + self.deviceName + ' - ' + self.testName + ': ' + str(text) + logText = sev[severity] + ' - ' + self.deviceName + self.testName + ': ' + str(text) print now + ' ' + logText try: log(logText) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index c2f5687..86e4ac5 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 20 10:00:41 CEST 2017 +#Fri Oct 20 10:01:00 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test