--- a/tests/run-tests.py Fri Apr 29 20:29:22 2011 +0300
+++ 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)