run-tests: fix summary when accepting changes interactively stable
authorPatrick Mezard <pmezard@gmail.com>
Wed, 13 Jul 2011 19:23:08 +0200
branchstable
changeset 975 98fa0fa48b7d
parent 974 004f1f2dc06e
child 976 9c15f5c37707
child 977 a50ed14997fc
run-tests: fix summary when accepting changes interactively Accepted changes were not counted as success. [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Thu Jul 07 12:54:12 2011 +0100
+++ 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))