1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* test/README (EMACS_EXTRAOPT): Add environment variable.

This commit is contained in:
Michael Albinus 2024-04-30 09:25:07 +02:00
parent 3555447b7e
commit c4eecbf684

View 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