tests: teach -i about fails list
authorMatt Mackall <mpm@selenic.com>
Fri, 21 Mar 2008 15:57:22 -0500
changeset 6343 1f9be57a6d6a
parent 6342 92444fa7190b
child 6344 ffeb926d57ce
tests: teach -i about fails list
tests/run-tests.py
--- a/tests/run-tests.py	Fri Mar 21 15:57:22 2008 -0500
+++ b/tests/run-tests.py	Fri Mar 21 15:57:22 2008 -0500
@@ -552,6 +552,7 @@
                     if answer.lower() in "y yes".split():
                         rename(test + ".err", test + ".out")
                         tested += 1
+                        fails.pop()
                         continue
                 failed += 1
                 if options.first: