diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-07-01 13:43:44 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-07-01 13:43:44 +0200 |
commit | 527bab054f285cde9d7f792c932c40ddcce74590 (patch) | |
tree | fac1a0092e3824f229bde2e6ac3c67c3f86559d4 /test/README | |
parent | 1a7c8f846eb8cccf1d2439f8b03a171b1b6bd104 (diff) | |
download | emacs-527bab054f285cde9d7f792c932c40ddcce74590.tar.gz emacs-527bab054f285cde9d7f792c932c40ddcce74590.tar.bz2 emacs-527bab054f285cde9d7f792c932c40ddcce74590.zip |
Handle test environment variables
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
Check also for EMACS_EMBA_CI.
* test/README (SELECTOR): Mention EMACS_TEST_VERBOSE.
* test/infra/gitlab-ci.yml (variables): Set EMACS_TEST_VERBOSE.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README b/test/README index 0c8d5a409be..97611cf8644 100644 --- a/test/README +++ b/test/README @@ -105,6 +105,11 @@ debugging. To do that, use make TEST_INTERACTIVE=yes ... +By default, ERT test failure summaries are quite brief in batch +mode--only the names of the failed tests are listed. If the +$EMACS_TEST_VERBOSE environment variable is set, the failure summaries +will also include the data from the failing test. + Some of the tests require a remote temporary directory (autorevert-tests.el, filenotify-tests.el, shadowfile-tests.el and tramp-tests.el). Per default, a mock-up connection method is used |