mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-10 07:09:32 +00:00
Merge branch 'master' of https://github.com/Smoss/autopsy
This commit is contained in:
commit
b3d10d1fe7
@ -1831,13 +1831,13 @@ def execute_test():
|
|||||||
global imgfail
|
global imgfail
|
||||||
imgfail = True
|
imgfail = True
|
||||||
global errorem
|
global errorem
|
||||||
errorem += "Autopsy Nightly test failed.\n"
|
|
||||||
passFail = False
|
passFail = False
|
||||||
for lm in logres:
|
for lm in logres:
|
||||||
errorem += lm
|
errorem += lm
|
||||||
html.close()
|
html.close()
|
||||||
if failedbool:
|
if failedbool:
|
||||||
passFail = False
|
passFail = False
|
||||||
|
errorem += "Autopsy Nightly test failed.\n"
|
||||||
attachl.append(case.common_log_path)
|
attachl.append(case.common_log_path)
|
||||||
attachl.insert(0, html.name)
|
attachl.insert(0, html.name)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user