Fixed regression.py

This commit is contained in:
Sean-M 2013-03-07 12:59:56 -05:00
parent e86e3d509d
commit c6c653de03

View File

@ -855,6 +855,7 @@ def compare_errors():
global failedbool global failedbool
attachl.append(diff_dir) attachl.append(diff_dir)
errorem += "There was a difference in the exceptions Log.\n" errorem += "There was a difference in the exceptions Log.\n"
print("Exceptions didn't match.\n")
failedbool = True failedbool = True
# Fill in the global case's variables that require the log files # Fill in the global case's variables that require the log files