From ab37a0e131840a454fb1cc5811c4953ac98072c9 Mon Sep 17 00:00:00 2001 From: Sean moss Date: Tue, 21 May 2013 13:21:58 -0400 Subject: [PATCH] Fixed emailing so. --- test/script/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/script/regression.py b/test/script/regression.py index 7a2548b9b1..37a46815af 100644 --- a/test/script/regression.py +++ b/test/script/regression.py @@ -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: