From 6b5e1058b511551813a25d6afd02e6f407d7aa03 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 4 Sep 2015 15:43:33 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 4ee9cc0..3e3720d 100644 --- a/script/local.py +++ b/script/local.py @@ -50,7 +50,7 @@ class TestingTool: # testPassed = true if the test was successful, false if test had a problem def sendFeedback(self, returnString, testPassed): self.log('End of test. Result:') - self.log('Device: ' + self.deviceName) + #self.log('Device: ' + self.deviceName) #self.log('Test name: ' + self.testName) #self.log('Test path: ' + self.testPath) self.log('Test passed: ' + str(testPassed))