[PATCH 3 of 9] tests: sort excluded test files in test-check-module-imports

Augie Fackler raf at durin42.com
Thu Aug 24 10:33:24 EDT 2017


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1503429369 14400
#      Tue Aug 22 15:16:09 2017 -0400
# Node ID c05adc0d06b66acfbf85be5c78a14396401a8336
# Parent  4954e118c22f530c2cc91cb7900f003b5d920ddd
tests: sort excluded test files in test-check-module-imports

diff --git a/tests/test-check-module-imports.t b/tests/test-check-module-imports.t
--- a/tests/test-check-module-imports.t
+++ b/tests/test-check-module-imports.t
@@ -25,18 +25,18 @@ outputs, which should be fixed later.
   > -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" -


More information about the Mercurial-devel mailing list