emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 1.2 9bf41be 076/101: Larger margin for printing test failure back


From: Christian Johansson
Subject: [elpa] 1.2 9bf41be 076/101: Larger margin for printing test failure backtraces
Date: Thu, 29 Apr 2021 15:09:04 -0400 (EDT)

tag: 1.2
commit 9bf41be2dc18c2308967d82132fdc807d8db248b
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]