diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /test/README | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'test/README')
| -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. |