##// END OF EJS Templates
Fix diff header (line endings) for failed test output in run-tests.py.
Thomas Arendsen Hein -
r2409:4068d6a7 default
parent child Browse files
Show More
@@ -51,7 +51,7 b' def splitnewlines(text):'
51
51
52 def show_diff(expected, output):
52 def show_diff(expected, output):
53 for line in difflib.unified_diff(expected, output,
53 for line in difflib.unified_diff(expected, output,
54 "Expected output", "Test output", lineterm=''):
54 "Expected output", "Test output"):
55 sys.stdout.write(line)
55 sys.stdout.write(line)
56
56
57 def find_program(program):
57 def find_program(program):
General Comments 0
You need to be logged in to leave comments. Login now