Closedown

This commit is contained in:
boccioli_m
2017-10-18 09:17:07 +02:00
parent 4b7dbbf2ec
commit e3a36b6459
3 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,8 @@ class TestingTool:
self.log('**** TEST PASSED ****')
else:
self.log('**** TEST FAILED ****')
self.log('Return message: ' + returnString)
if returnString != '':
self.log(returnString)
ret = [self.testPath, self.deviceName, returnString, testPassed]
set_return( ret)