diff -r 611d2f8a4ba2 -r 643381286e0c tests/run-tests.py --- a/tests/run-tests.py Sat Apr 30 10:56:43 2011 -0500 +++ b/tests/run-tests.py Sat Apr 30 15:20:27 2011 +0300 @@ -303,6 +303,7 @@ return missing, failed def showdiff(expected, output, ref, err): + print for line in difflib.unified_diff(expected, output, ref, err): sys.stdout.write(line)