summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2024-04-30 09:25:07 +0200
committerMichael Albinus <michael.albinus@gmx.de>2024-04-30 09:25:07 +0200
commitc4eecbf68410a7e7c301cc25291890d33a22be14 (patch)
tree50a11536aa46dc788465abdd51e876cf090ac81b /test
parent3555447b7e9b16ddf3b52091a23be1b91155854c (diff)
downloademacs-c4eecbf68410a7e7c301cc25291890d33a22be14.tar.gz
* test/README (EMACS_EXTRAOPT): Add environment variable.
Diffstat (limited to 'test')
-rw-r--r--test/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/README b/test/README
index 7a3cf871a57..fb9f45490c5 100644
--- a/test/README
+++ b/test/README
@@ -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