tests: check-code more python files without py extension
authorsimon@laptop-tosh
Thu, 13 Jun 2013 01:44:02 +0200
changeset 19321 2d03c8da7d98
parent 19320 f266cb3f1c2b
child 19322 ff1586a3adc5
child 19328 275d78d339cc
tests: check-code more python files without py extension files found by running $ hg manifest | grep -v "\." | xargs file | grep python
tests/test-check-code-hg.t
--- a/tests/test-check-code-hg.t	Fri Jun 14 15:28:40 2013 -0400
+++ b/tests/test-check-code-hg.t	Thu Jun 13 01:44:02 2013 +0200
@@ -23,6 +23,10 @@
   >   contrib/hgweb.wsgi \
   >   contrib/simplemerge \
   >   contrib/undumprevlog \
+  >   i18n/hggettext \
+  >   i18n/posplit \
+  >   tests/hghave \
+  >   tests/dummyssh \
   >   "$TESTTMP"/
   $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
   $ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \