##// END OF EJS Templates
tests: check for Windows line endings...
Gregory Szorc -
r44091:f0b33e5f default
parent child Browse files
Show More
@@ -83,3 +83,9 b' Prevent adding modules which could be sh'
83 Keep python3 tests sorted:
83 Keep python3 tests sorted:
84 $ sort < contrib/python3-whitelist > $TESTTMP/py3sorted
84 $ sort < contrib/python3-whitelist > $TESTTMP/py3sorted
85 $ cmp contrib/python3-whitelist $TESTTMP/py3sorted || echo 'Please sort passing tests!'
85 $ cmp contrib/python3-whitelist $TESTTMP/py3sorted || echo 'Please sort passing tests!'
86
87 Keep Windows line endings in check
88
89 $ hg files 'set:eol(dos)'
90 contrib/win32/hg.bat
91 contrib/win32/mercurial.ini
General Comments 0
You need to be logged in to leave comments. Login now