diff options
| author | Michael Albinus | 2024-04-30 09:25:07 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-04-30 09:25:07 +0200 |
| commit | c4eecbf68410a7e7c301cc25291890d33a22be14 (patch) | |
| tree | 50a11536aa46dc788465abdd51e876cf090ac81b | |
| parent | 3555447b7e9b16ddf3b52091a23be1b91155854c (diff) | |
| download | emacs-c4eecbf68410a7e7c301cc25291890d33a22be14.tar.gz emacs-c4eecbf68410a7e7c301cc25291890d33a22be14.zip | |
* test/README (EMACS_EXTRAOPT): Add environment variable.
| -rw-r--r-- | test/README | 6 |
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 | |||
| 109 | 109 | ||
| 110 | make TEST_INTERACTIVE=yes ... | 110 | make TEST_INTERACTIVE=yes ... |
| 111 | 111 | ||
| 112 | Sometimes, some further settings are needed in order to run the batch | ||
| 113 | test. This can be indicated by the $EMACS_EXTRAOPT environment | ||
| 114 | variable, like | ||
| 115 | |||
| 116 | make ... EMACS_EXTRAOPT="--eval '(setopt ert-batch-print-length nil ert-batch-print-level nil)'" | ||
| 117 | |||
| 112 | By default, ERT test failure summaries are quite brief in batch | 118 | By default, ERT test failure summaries are quite brief in batch |
| 113 | mode--only the names of the failed tests are listed. If the | 119 | mode--only the names of the failed tests are listed. If the |
| 114 | $EMACS_TEST_VERBOSE environment variable is set and non-empty, the | 120 | $EMACS_TEST_VERBOSE environment variable is set and non-empty, the |