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