From c4ba98928ea3b13ce8369e8d7f4a38ef4242c51d Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 29 Aug 2017 14:57:01 +0200 Subject: [PATCH] Closedown --- script/local.py | 7 +++++-- script/tests/tests.properties | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index 20537d7..2fb6569 100644 --- a/script/local.py +++ b/script/local.py @@ -112,7 +112,10 @@ class TestingTool: #self.log('Device: ' + self.deviceName) #self.log('Test name: ' + self.testName) #self.log('Test path: ' + self.testPath) - self.log('**** Test passed: ' + str(testPassed)) - self.log('**** Return message: ' + returnString) + if testPassed: + self.log('**** Test passed ****') + else: + self.log('**** Test failed ****') + self.log('Return message: ' + returnString) ret = [self.testPath, self.deviceName, returnString, testPassed] set_return( ret) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index dba0f8a..26f9fc6 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Aug 29 14:53:39 CEST 2017 +#Tue Aug 29 14:55:11 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=test-bx84