mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Regression Test fixes
This commit is contained in:
parent
6f5126e309
commit
2a85d48489
@ -1276,6 +1276,8 @@ def newDay():
|
|||||||
#Pulls from git
|
#Pulls from git
|
||||||
def gitPull(TskOrAutopsy):
|
def gitPull(TskOrAutopsy):
|
||||||
global SYS
|
global SYS
|
||||||
|
global errorem
|
||||||
|
global attachl
|
||||||
ccwd = ""
|
ccwd = ""
|
||||||
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
|
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
|
||||||
attachl.append(gppth)
|
attachl.append(gppth)
|
||||||
@ -1613,7 +1615,6 @@ def execute_test():
|
|||||||
errorem += "There were Autopsy errors.\n"
|
errorem += "There were Autopsy errors.\n"
|
||||||
for lm in logres:
|
for lm in logres:
|
||||||
errorem += lm
|
errorem += lm
|
||||||
print(errorem)
|
|
||||||
if failedbool:
|
if failedbool:
|
||||||
attachl.append(case.common_log)
|
attachl.append(case.common_log)
|
||||||
attachl.insert(0, html.name)
|
attachl.insert(0, html.name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user