Mercurial > hg-stable
changeset 2409:4068d6a7a99e
Fix diff header (line endings) for failed test output in run-tests.py.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 08 Jun 2006 15:06:31 +0200 |
parents | 6ed46bad9530 |
children | 1e80d47b8581 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Thu Jun 08 14:56:40 2006 +0200 +++ b/tests/run-tests.py Thu Jun 08 15:06:31 2006 +0200 @@ -51,7 +51,7 @@ def show_diff(expected, output): for line in difflib.unified_diff(expected, output, - "Expected output", "Test output", lineterm=''): + "Expected output", "Test output"): sys.stdout.write(line) def find_program(program):