aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-05-01 02:25:40 +0200
committerErik Martin-Dorel2020-05-01 02:25:40 +0200
commit42c5e4cc7dd34232d5e73192d989ea1cdb24b33f (patch)
tree83162cd8647bb3d18827f7b678c234ff0841d32a /ci
parent0ae25c5ae3f401ad9cabe16b1636ff2e11da874c (diff)
test: Slightly increase 'ert-batch-backtrace-right-margin
Diffstat (limited to 'ci')
-rw-r--r--ci/coq-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/coq-tests.el b/ci/coq-tests.el
index 4a620aa5..6d9a87ec 100644
--- a/ci/coq-tests.el
+++ b/ci/coq-tests.el
@@ -13,6 +13,7 @@
(error "You should set 'coq-test-dir, or run coq-test.el from a file buffer.")))
(setq debug-on-error t) ; open the debugger on error -- may be commented-out
+(setq ert-batch-backtrace-right-margin 79)
(require 'subr-x) ;; for (string-trim)
;;(require 'ert-async)