Closedown

This commit is contained in:
boccioli_m
2015-09-04 15:43:33 +02:00
parent 274f3cbaa6
commit 6b5e1058b5

View File

@@ -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))