##// END OF EJS Templates
tests: check-code more python files without py extension...
simon@laptop-tosh -
r19321:2d03c8da default
parent child Browse files
Show More
@@ -23,6 +23,10 b' Check Python files without py extension'
23 > contrib/hgweb.wsgi \
23 > contrib/hgweb.wsgi \
24 > contrib/simplemerge \
24 > contrib/simplemerge \
25 > contrib/undumprevlog \
25 > contrib/undumprevlog \
26 > i18n/hggettext \
27 > i18n/posplit \
28 > tests/hghave \
29 > tests/dummyssh \
26 > "$TESTTMP"/
30 > "$TESTTMP"/
27 $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
31 $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
28 $ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \
32 $ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \
General Comments 0
You need to be logged in to leave comments. Login now