diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-12-14 16:28:02 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-12-14 16:28:02 +0100 |
commit | 71ff4b97abebf8cf5e33bab32f1480a7d4263b30 (patch) | |
tree | 7dbdaeb914136ae3096ddeb963f0e6d92aa1293b /doc/misc/ert.texi | |
parent | e07d69e2dc4375111f56029ffe396839d13ce5f0 (diff) | |
download | emacs-71ff4b97abebf8cf5e33bab32f1480a7d4263b30.tar.gz emacs-71ff4b97abebf8cf5e33bab32f1480a7d4263b30.tar.bz2 emacs-71ff4b97abebf8cf5e33bab32f1480a7d4263b30.zip |
Fix ert.texi error from previous change
* doc/misc/ert.texi (Running Tests in Batch Mode): Fix @r command.
Diffstat (limited to 'doc/misc/ert.texi')
-rw-r--r-- | doc/misc/ert.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index f47cb72efc4..71c423ad9c6 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -447,7 +447,7 @@ mode---only the names of the failed tests are listed. If the @env{EMACS_TEST_VERBOSE} environment variable is set, the failure summaries will also include the data from the failing test. -@vindex EMACS_TEST_JUNIT_REPORT{, environment variable} +@vindex EMACS_TEST_JUNIT_REPORT@r{, environment variable} ERT can produce JUnit test reports in batch mode. If the environment variable @env{EMACS_TEST_JUNIT_REPORT} is set, ERT will produce for every test package @file{my-tests.el} a corresponding JUnit test |