Closedown
This commit is contained in:
@@ -37,7 +37,12 @@ class TestingTool:
|
||||
try:
|
||||
log(logText)
|
||||
except:
|
||||
|
||||
time.sleep(1)
|
||||
try:
|
||||
log(logText)
|
||||
except:
|
||||
#cannot write log
|
||||
|
||||
#prepare and send feedback to calling tool
|
||||
# returnString = the string containing info on the test result
|
||||
# testPassed = true if the test was successful, false if test had a problem
|
||||
|
||||
Reference in New Issue
Block a user