##// END OF EJS Templates
tests: move the '-hg' postfix for all style tests...
Pierre-Yves David -
r27368:409a2031 default
parent child Browse files
Show More
@@ -0,0 +1,15 b''
1 #require test-repo
2
3 $ check_code="$TESTDIR"/../contrib/check-code.py
4 $ cd "$TESTDIR"/..
5
6 New errors are not allowed. Warnings are strongly discouraged.
7 (The writing "no-che?k-code" is for not skipping this file when checking.)
8
9 $ hg locate | sed 's-\\-/-g' |
10 > xargs "$check_code" --warnings --per-file=0 || false
11 Skipping hgext/zeroconf/Zeroconf.py it has no-che?k-code (glob)
12 Skipping i18n/polib.py it has no-che?k-code (glob)
13 Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
14 Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
15 Skipping mercurial/httpclient/socketutil.py it has no-che?k-code (glob)
1 NO CONTENT: file renamed from tests/test-check-commit-hg.t to tests/test-check-commit.t
1 NO CONTENT: file renamed from tests/test-check-config-hg.t to tests/test-check-config.t
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now