aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
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)