From 27838eac599525f2c73dbb049f43f1b73dc6710f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Sep 2015 11:08:42 +0200 Subject: [PATCH] Closedown --- script/testcommons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/testcommons.py b/script/testcommons.py index a9a907d..a0f1339 100644 --- a/script/testcommons.py +++ b/script/testcommons.py @@ -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)