Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 22292:102f0e926668
run-tests: report skipped tests as "skipped" - they might still be "relevant"
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Tue, 26 Aug 2014 22:03:30 +0200 |
parents | 3ddfb9b3fdc6 |
children | eb6adf750954 |
line wrap: on
line diff
--- 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])