# HG changeset patch # User Matt Mackall # Date 1206133042 18000 # Node ID 1f9be57a6d6aae25d1fe30fc16fc6b4641d21968 # Parent 92444fa7190b2bcc9f6060710824d102f17ec559 tests: teach -i about fails list diff -r 92444fa7190b -r 1f9be57a6d6a 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: