##// END OF EJS Templates
tests: test-check-code-hg.t works for all files to check...
Simon Heimberg -
r19495:9aee3d01 stable
parent child Browse files
Show More
@@ -26,6 +26,5 Prepare check for Python files without p
26
26
27 New errors are not allowed. Warnings are strongly discouraged.
27 New errors are not allowed. Warnings are strongly discouraged.
28
28
29 $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \
29 $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py | sed 's-\\-/-g'; } |
30 > | xargs "$check_code" --warnings --per-file=0 \
30 > xargs "$check_code" --warnings --per-file=0 || false
31 > || false
General Comments 0
You need to be logged in to leave comments. Login now