changeset 40163 | 9f0ee4a60d65 |
parent 39057 | 850fe0b9c0c0 |
child 41547 | f16c03c7a3d7 |
--- a/tests/test-check-code.t Fri Oct 12 06:35:33 2018 -0400 +++ b/tests/test-check-code.t Fri Oct 12 06:39:32 2018 -0400 @@ -63,3 +63,7 @@ > mercurial/parsers.py \ > mercurial/zstd.py [1] + +Keep python3 tests sorted: + $ sort < contrib/python3-whitelist > $TESTTMP/py3sorted + $ cmp contrib/python3-whitelist $TESTTMP/py3sorted || echo 'Please sort passing tests!'