Closedown

This commit is contained in:
boccioli_m
2015-09-02 11:08:42 +02:00
parent f39e6539a7
commit 27838eac59

View File

@@ -28,7 +28,7 @@ class TestingTool:
self.print_log('Test passed: ' + str(testPassed))
self.print_log('Return string: ' + returnString)
ret = [self.testPath, self.deviceName, returnString, testPassed]
return ret
set_return( ret)