Mercurial > hg
changeset 33916:d669b1ad215f
tests: sort excluded test files in test-check-module-imports
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 15:16:09 -0400 |
parents | 2d64b2f1787b |
children | 9ce139c9222f |
files | tests/test-check-module-imports.t |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Tue Aug 22 14:25:06 2017 -0400 +++ b/tests/test-check-module-imports.t Tue Aug 22 15:16:09 2017 -0400 @@ -25,18 +25,18 @@ > -X doc/gendoc.py \ > -X doc/hgmanpage.py \ > -X i18n/posplit \ - > -X tests/test-hgweb-auth.py \ > -X tests/hypothesishelpers.py \ - > -X tests/test-lock.py \ - > -X tests/test-verify-repo-operations.py \ - > -X tests/test-hook.t \ - > -X tests/test-import.t \ - > -X tests/test-imports-checker.t \ > -X tests/test-commit-interactive.t \ > -X tests/test-contrib-check-code.t \ > -X tests/test-extension.t \ > -X tests/test-hghave.t \ + > -X tests/test-hgweb-auth.py \ > -X tests/test-hgweb-no-path-info.t \ > -X tests/test-hgweb-no-request-uri.t \ > -X tests/test-hgweb-non-interactive.t \ + > -X tests/test-hook.t \ + > -X tests/test-import.t \ + > -X tests/test-imports-checker.t \ + > -X tests/test-lock.py \ + > -X tests/test-verify-repo-operations.py \ > | sed 's-\\-/-g' | $PYTHON "$import_checker" -