Submitter | Mads Kiilerich |
---|---|
Date | Aug. 25, 2014, 1:30 a.m. |
Message ID | <9b413ee4351566d11951.1408930214@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/5590/ |
State | Superseded |
Commit | 102f0e926668d42d29d2ffc9fa3ca0678abc7fee |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -546,7 +546,7 @@ class Test(unittest.TestCase): missing, failed = TTest.parsehghaveoutput(out) if not missing: - missing = ['irrelevant'] + missing = ['skipped'] if failed: self.fail('hg have failed checking for %s' % failed[-1])