This commit is contained in:
Sean-M 2013-05-21 14:49:41 -04:00
commit b3d10d1fe7

View File

@ -1831,13 +1831,13 @@ def execute_test():
global imgfail
imgfail = True
global errorem
errorem += "Autopsy Nightly test failed.\n"
passFail = False
for lm in logres:
errorem += lm
html.close()
if failedbool:
passFail = False
errorem += "Autopsy Nightly test failed.\n"
attachl.append(case.common_log_path)
attachl.insert(0, html.name)
else: