diff options
| author | Lars Ingebrigtsen | 2022-01-21 12:32:10 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-21 12:32:10 +0100 |
| commit | 4d866fc0f561b023cbc15ee52891cddfa1a354ef (patch) | |
| tree | ecc81ffd5f0e7d441ba820ddf39e82537685cf25 /test | |
| parent | 5561d5de56db90b6d9ca637f2beb2f837f224009 (diff) | |
| download | emacs-4d866fc0f561b023cbc15ee52891cddfa1a354ef.tar.gz emacs-4d866fc0f561b023cbc15ee52891cddfa1a354ef.zip | |
Interpret a "" value of EMACS_TEST_VERBOSE as "off"
* doc/misc/ert.texi (Running Tests in Batch Mode): Adjust doc.
* lisp/emacs-lisp/ert.el (ert-run-tests-batch): Allow overriding
the EMACS_TEST_VERBOSE variable by setting it to "" (bug#53313).
Diffstat (limited to 'test')
| -rw-r--r-- | test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README index e44c4a43eeb..2ab34ba20ee 100644 --- a/test/README +++ b/test/README | |||
| @@ -111,8 +111,8 @@ debugging. To do that, use | |||
| 111 | 111 | ||
| 112 | By default, ERT test failure summaries are quite brief in batch | 112 | By default, ERT test failure summaries are quite brief in batch |
| 113 | mode--only the names of the failed tests are listed. If the | 113 | mode--only the names of the failed tests are listed. If the |
| 114 | $EMACS_TEST_VERBOSE environment variable is set, the failure summaries | 114 | $EMACS_TEST_VERBOSE environment variable is set and non-empty, the |
| 115 | will also include the data from the failing test. | 115 | failure summaries will also include the data from the failing test. |
| 116 | 116 | ||
| 117 | If the $EMACS_TEST_JUNIT_REPORT environment variable is set to a file | 117 | If the $EMACS_TEST_JUNIT_REPORT environment variable is set to a file |
| 118 | name, a JUnit test report is generated under this name. | 118 | name, a JUnit test report is generated under this name. |