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

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

[elpa] externals/eglot aefa498 20/45: Larger margin for printing test fa


From: João Távora
Subject: [elpa] externals/eglot aefa498 20/45: Larger margin for printing test failure backtraces
Date: Thu, 22 Nov 2018 19:15:29 -0500 (EST)

branch: externals/eglot
commit aefa498bdb180ca89b282f9f501f5031d4c15433
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    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]