# HG changeset patch # User Patrick Mezard # Date 1310577788 -7200 # Node ID b601b9eb372d3f6b62d65a541576c96201cf6104 # Parent 67add0f24f834dc59ae3a13357759177dcf8c2e4 run-tests: fix summary when accepting changes interactively Accepted changes were not counted as success. diff -r 67add0f24f83 -r b601b9eb372d tests/run-tests.py --- 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))