From 2a85d484896c063d314c1929f251fa0e09ffe3a0 Mon Sep 17 00:00:00 2001 From: Sean-M Date: Fri, 22 Feb 2013 10:11:06 -0500 Subject: [PATCH] Regression Test fixes --- Testing/script/regression.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Testing/script/regression.py b/Testing/script/regression.py index d88aa728fa..9541f27bd3 100644 --- a/Testing/script/regression.py +++ b/Testing/script/regression.py @@ -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)