diff tests/run-tests.py @ 6343:1f9be57a6d6a

tests: teach -i about fails list
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Mar 2008 15:57:22 -0500 (2008-03-21)
parents b36774d0fce1
children 07c3cd695b48
line wrap: on
line diff
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -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: