]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/README (EMACS_EXTRAOPT): Add environment variable.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 30 Apr 2024 07:25:07 +0000 (09:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 30 Apr 2024 07:41:31 +0000 (09:41 +0200)
(cherry picked from commit c4eecbf68410a7e7c301cc25291890d33a22be14)

test/README

index 7a3cf871a57027f7c03ece0124d6bdd0af297852..fb9f45490c527bae3a7c9a9cf2ef3cd44a70ec65 100644 (file)
@@ -109,6 +109,12 @@ debugging.  To do that, use
 
     make TEST_INTERACTIVE=yes ...
 
+Sometimes, some further settings are needed in order to run the batch
+test.  This can be indicated by the $EMACS_EXTRAOPT environment
+variable, like
+
+    make ... EMACS_EXTRAOPT="--eval '(setopt ert-batch-print-length nil ert-batch-print-level nil)'"
+
 By default, ERT test failure summaries are quite brief in batch
 mode--only the names of the failed tests are listed.  If the
 $EMACS_TEST_VERBOSE environment variable is set and non-empty, the