Closedown
This commit is contained in:
@@ -9,7 +9,7 @@ def startTest(testName, DEVICE, params):
|
||||
#get the path of this script
|
||||
testPath = inspect.getfile(inspect.currentframe())
|
||||
#init the testing tool class
|
||||
test = TestingTool(testName, testPath, DEVICE)
|
||||
test = TestingTool(testName, testPath, DEVICE, params)
|
||||
#by default, failed
|
||||
ret = 'Test failed'
|
||||
status = False
|
||||
|
||||
Reference in New Issue
Block a user