diff tests/run-tests.py @ 14867:b601b9eb372d

run-tests: fix summary when accepting changes interactively Accepted changes were not counted as success.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 13 Jul 2011 19:23:08 +0200
parents 760d2dae4839
children 0b21ae0a2366
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Jul 12 16:36:34 2011 -0500
+++ b/tests/run-tests.py	Wed Jul 13 19:23:08 2011 +0200
@@ -726,6 +726,7 @@
                     rename(testpath + ".err", testpath)
                 else:
                     rename(testpath + ".err", testpath + ".out")
+                result('p', test)
                 return
         result('f', (test, msg))