##// END OF EJS Templates
tests: convert directory separators to '/' for MSYS in test-check-py-compat...
Matt Harbison -
r27438:f121cf57 default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2
2
3 $ cd "$TESTDIR"/..
3 $ cd "$TESTDIR"/..
4
4
5 $ hg files 'set:(**.py)' | xargs python contrib/check-py3-compat.py
5 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
6 contrib/casesmash.py not using absolute_import
6 contrib/casesmash.py not using absolute_import
7 contrib/check-code.py not using absolute_import
7 contrib/check-code.py not using absolute_import
8 contrib/check-code.py requires print_function
8 contrib/check-code.py requires print_function
General Comments 0
You need to be logged in to leave comments. Login now