From e23911601ade93ebf79514287cacbd5e1ac0abff Mon Sep 17 00:00:00 2001 From: Sean-M Date: Tue, 30 Apr 2013 14:46:06 -0400 Subject: [PATCH] Updated regression test script. --- Test/script/regression.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test/script/regression.py b/Test/script/regression.py index b08bc9d8bd..735389f959 100644 --- a/Test/script/regression.py +++ b/Test/script/regression.py @@ -945,8 +945,9 @@ def compare_errors(): global attachl global errorem global failedbool + attachl.append(case.sorted_log) attachl.append(diff_dir) - errorem += "There was a difference in the exceptions Log.\n" + errorem += "There was a difference in the exceptions Log for " + case.image_name + ".\n" print("Exceptions didn't match.\n") failedbool = True global imgfail