From e3a4deb1b7e5519062ee4181e519f442af63fa07 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 20 Oct 2017 10:07:12 +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 8a8be9e..ec3c811 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 d838c56..b3ee2a9 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 20 10:01:41 CEST 2017 +#Fri Oct 20 10:02:36 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test