changeset 22292 | 102f0e926668 |
parent 22165 | 3ddfb9b3fdc6 |
child 22361 | eb6adf750954 |
--- a/tests/run-tests.py Sun Aug 24 12:35:53 2014 +0900 +++ b/tests/run-tests.py Tue Aug 26 22:03:30 2014 +0200 @@ -546,7 +546,7 @@ missing, failed = TTest.parsehghaveoutput(out) if not missing: - missing = ['irrelevant'] + missing = ['skipped'] if failed: self.fail('hg have failed checking for %s' % failed[-1])