summaryrefslogtreecommitdiff
path: root/dh_elpa_test
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-07 15:18:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-07 15:18:24 -0700
commitfbe57d9bd7d1b8fd8bb4c2eb9ad4160da89b5598 (patch)
treedfaa709150818b6a40ef9cc80e7bf431e90be40e /dh_elpa_test
parent5e6244b47186b16b379fde746c709d06bc25a65f (diff)
parente70705e6aa7db3e314ddab9b462a60b29eaf0b14 (diff)
Merge tag 'debian/2.0.4' into dgit/buster-backports
dh-elpa release 2.0.4 for unstable (sid) [dgit] [dgit distro=debian no-split] # gpg: Signature made Mon 01 Jun 2020 05:33:48 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'dh_elpa_test')
-rwxr-xr-xdh_elpa_test3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_elpa_test b/dh_elpa_test
index f0f70ca..2e8ba5f 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -85,6 +85,9 @@ The name of a *.el file containing Emacs Lisp code that will run the
ERT test suite. When this key is not defined, B<dh_elpa_test>
calls the function B<(ert-run-tests-batch-and-exit)>.
+Your helper code should ensure that Emacs exits nonzero if there were
+any test failures, or exits zero if the test suite passed.
+
Note that this is not the way to load test helpers that do needed work
but don't actually run the tests. For that, you can use something like