# HG changeset patch # User Augie Fackler # Date 1503429369 14400 # Node ID d669b1ad215f80833480e664872ae05d9c808cf8 # Parent 2d64b2f1787bd6d6f9d1cffe25d20c03b4832a28 tests: sort excluded test files in test-check-module-imports diff -r 2d64b2f1787b -r d669b1ad215f tests/test-check-module-imports.t --- 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" -