summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Röhling <roehling@debian.org>2021-09-23 22:15:27 +0200
committerDavid Bremner <bremner@debian.org>2021-09-24 10:18:47 -0300
commit3505addc3c123d4d86e1f36c60b302696b12c691 (patch)
treedea8a0fbe642c632ce7d6c23954fe03bb9b3f1e5
parentbbd311f58a603a8aa88f1edde0bf364cb98548e7 (diff)
Mention in dh_elpa(1) that dh_elpa_test overrides dh_auto_test
-rwxr-xr-xdh_elpa8
1 files changed, 4 insertions, 4 deletions
diff --git a/dh_elpa b/dh_elpa
index 982ac7b..8561b81 100755
--- a/dh_elpa
+++ b/dh_elpa
@@ -24,10 +24,10 @@ B<dh_elpa> is a debhelper program that is responsible for installing
elpa style emacs lisp packages into package build directories.
B<dh_elpa> will attempt to run ERT and Buttercup test suites using
-dh_elpa_test(1) if the debhelper compat level is 10 or higher. To
-disable this behaviour, or tweak it if it is failing to run the tests
-as they should be run, set environment variables in debian/rules as
-detailed in dh_elpa_test(1).
+dh_elpa_test(1) if the debhelper compat level is 10 or higher. This
+will override dh_auto_test(1). To disable this behaviour, or tweak
+it if it is failing to run the tests as they should be run, set
+environment variables in debian/rules as detailed in dh_elpa_test(1).
=head1 FILES