##// END OF EJS Templates
tests: ensure the python 3 passing test list stays sorted...
Augie Fackler -
r40199:9f0ee4a6 default
parent child Browse files
Show More
@@ -63,3 +63,7 b' Prevent adding modules which could be sh'
63 > mercurial/parsers.py \
63 > mercurial/parsers.py \
64 > mercurial/zstd.py
64 > mercurial/zstd.py
65 [1]
65 [1]
66
67 Keep python3 tests sorted:
68 $ sort < contrib/python3-whitelist > $TESTTMP/py3sorted
69 $ cmp contrib/python3-whitelist $TESTTMP/py3sorted || echo 'Please sort passing tests!'
General Comments 0
You need to be logged in to leave comments. Login now