Closedown
This commit is contained in:
@@ -12,7 +12,7 @@ try:
|
||||
print "Running test with the following parameters:"
|
||||
print parameters
|
||||
loopTimes = parameters["repeatTimes"]
|
||||
delaySeconds = = parameters["delayS"]
|
||||
delaySeconds = parameters["delayS"]
|
||||
except:
|
||||
print "Could not retrieve testing parameters: ", sys.exc_info()[0]
|
||||
ret = 'Could not retrieve testing parameters - ' + traceback.format_exc()
|
||||
|
||||
Reference in New Issue
Block a user