tests/run-tests.py
branchstable
changeset 923 8212da2b01eb
parent 921 abb2a67ce631
child 926 f4903069a215
--- 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)