tests/run-tests.py
changeset 924 08aeedc73cb7
parent 923 8212da2b01eb
child 926 f4903069a215
--- a/tests/run-tests.py	Sat Apr 30 11:41:20 2011 +0100
+++ b/tests/run-tests.py	Sun May 01 10:37:57 2011 +0100
@@ -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)