tests/test-check-code-hg.t
changeset 20239 16b5f498f49c
parent 19495 9aee3d014394
child 21223 c35c027f5f43
--- a/tests/test-check-code-hg.t	Tue Jan 07 22:28:45 2014 +0100
+++ b/tests/test-check-code-hg.t	Tue Jan 07 22:29:15 2014 +0100
@@ -25,6 +25,12 @@
   $ for f in "$TESTTMP"/*; do mv "$f" "$f.py"; done
 
 New errors are not allowed. Warnings are strongly discouraged.
+(The writing "no-che?k-code" is for not skipping this file when checking.)
 
   $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py | sed 's-\\-/-g'; } |
   >   xargs "$check_code" --warnings --per-file=0 || false
+  Skipping hgext/zeroconf/Zeroconf.py it has no-che?k-code (glob)
+  Skipping i18n/polib.py it has no-che?k-code (glob)
+  Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
+  Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
+  Skipping mercurial/httpclient/socketutil.py it has no-che?k-code (glob)