tests/run-tests.py
changeset 7529 0a65a1dd7894
parent 7448 7900d240c3d8
child 7723 a343cd25e425
--- a/tests/run-tests.py	Fri Dec 19 16:48:31 2008 -0600
+++ b/tests/run-tests.py	Fri Dec 19 16:48:32 2008 -0600
@@ -400,8 +400,8 @@
             fail("output changed and returned error code %d" % ret)
         else:
             fail("output changed")
-            if not nodiff:
-                show_diff(ref_out, out)
+        if not nodiff:
+            show_diff(ref_out, out)
         ret = 1
     elif ret:
         mark = '!'