Merge with stable
authorChristian Ebert <blacktrash@gmx.net>
Sun, 01 May 2011 10:37:57 +0100
changeset 924 08aeedc73cb7
parent 922 702ca6f80844 (current diff)
parent 923 8212da2b01eb (diff)
child 927 95e99c4d10d3
Merge with stable
--- 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)