changeset 6343:1f9be57a6d6a

tests: teach -i about fails list
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Mar 2008 15:57:22 -0500
parents 92444fa7190b
children ffeb926d57ce
files tests/run-tests.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: