summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_elpa_test13
1 files changed, 7 insertions, 6 deletions
diff --git a/dh_elpa_test b/dh_elpa_test
index 130bf6f..fb469a0 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -52,16 +52,17 @@ B<-L> command line argument.
=item B<DH_ELPA_TEST_BUTTERCUP_PATTERNS>
-A comma-separated list of Emacs regular expressions (not containing
-any commas) jointly matching all and only the files containing
-Buttercup tests that you wish to run. If this variable is not
-defined, all tests that can be found will be run. Will be passed to
-buttercup(1) with its B<-p> command line argument.
+A comma-separated list of Emacs regular expressions jointly matching
+all and only the files containing Buttercup tests that you wish to
+run. If this variable is not defined, all tests that can be found
+will be run. Will be passed to buttercup(1) with its B<-p> command
+line argument.
=item B<DH_ELPA_TEST_ERT_EXCLUDE>
A comma-separated list of file globs and/or Perl regular expressions
-matching files containing ERT tests that should not be run.
+(not containing any commas) matching files containing ERT tests that
+should not be run.
=item B<DH_ELPA_TEST_ERT_HELPER>