diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2018-03-17 10:25:22 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2018-03-17 10:25:22 +0100 |
| commit | bcec2a8a392da74df9136a13cf7acaa6b95358f7 (patch) | |
| tree | 5486012bf7f98d096f184c8a55d81e877a629d0f /test/README | |
| parent | 1c7db8aa30969d0bc0e6d35b9bd57c70314ed9d0 (diff) | |
Print test timings unconditionally
* lisp/emacs-lisp/ert.el (ert-batch-print-duration): Remove.
(ert-run-tests-batch): Adapt accordingly.
* test/Makefile.in:
* test/README: Remove TEST_PRINT_TEST_DURATION.
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/README b/test/README index 37156c632c1..36307e3b6c1 100644 --- a/test/README +++ b/test/README @@ -65,11 +65,6 @@ compiled version of a test use make TEST_LOAD_EL=no ... -Sometimes, it is necessary to trace the duration time for single tests. -This is controlled by the environment variable TEST_PRINT_TEST_DURATION - - make TEST_PRINT_TEST_DURATION=1 ... - (Also, see etc/compilation.txt for compilation mode font lock tests.) |
