aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/README4
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
112By default, ERT test failure summaries are quite brief in batch 112By default, ERT test failure summaries are quite brief in batch
113mode--only the names of the failed tests are listed. If the 113mode--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
115will also include the data from the failing test. 115failure summaries will also include the data from the failing test.
116 116
117If the $EMACS_TEST_JUNIT_REPORT environment variable is set to a file 117If the $EMACS_TEST_JUNIT_REPORT environment variable is set to a file
118name, a JUnit test report is generated under this name. 118name, a JUnit test report is generated under this name.