Mercurial > hg
comparison tests/test-remotefilelog-histpack.py @ 41268:878084a495ef
tests: also skip remotefilelog *.py tests on Windows
Otherwise, the buildbot won't even be green on stable with the RC. This should
have gone with 0800d9e6e216. Previous discussion in this thread:
https://www.mercurial-scm.org/pipermail/mercurial-devel/2018-November/125421.html
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 16 Jan 2019 21:54:16 -0500 |
parents | ba706e3082bd |
children | 724b4606528e |
comparison
equal
deleted
inserted
replaced
41267:e30eef62e743 | 41268:878084a495ef |
---|---|
271 # TODO: | 271 # TODO: |
272 # histpack store: | 272 # histpack store: |
273 # - repack two packs into one | 273 # - repack two packs into one |
274 | 274 |
275 if __name__ == '__main__': | 275 if __name__ == '__main__': |
276 if pycompat.iswindows: | |
277 sys.exit(80) # Skip on Windows | |
276 silenttestrunner.main(__name__) | 278 silenttestrunner.main(__name__) |