Regression Test fixes

This commit is contained in:
Sean-M 2013-02-22 10:11:06 -05:00
parent 6f5126e309
commit 2a85d48489

View File

@ -1276,6 +1276,8 @@ def newDay():
#Pulls from git
def gitPull(TskOrAutopsy):
global SYS
global errorem
global attachl
ccwd = ""
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
attachl.append(gppth)
@ -1613,7 +1615,6 @@ def execute_test():
errorem += "There were Autopsy errors.\n"
for lm in logres:
errorem += lm
print(errorem)
if failedbool:
attachl.append(case.common_log)
attachl.insert(0, html.name)