tag: 1.2
commit 9bf41be2dc18c2308967d82132fdc807d8db248b
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    Larger margin for printing test failure backtraces
    
    * Makefile (eglot-check): set ert-batch-backtrace-right-margin.
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ae77e29..fcff632 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ eglot-check: compile
                $(JSONRPC)                                              \
                -l eglot                                                \
                -l eglot-tests                                          \
+               --eval '(setq ert-batch-backtrace-right-margin 200)'    \
                --eval '(ert-run-tests-batch-and-exit (quote $(SELECTOR)))'
 
 check: eglot-check

Reply via email to