diff options
| author | Erik Martin-Dorel | 2020-05-01 02:25:40 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-05-01 02:25:40 +0200 |
| commit | 42c5e4cc7dd34232d5e73192d989ea1cdb24b33f (patch) | |
| tree | 83162cd8647bb3d18827f7b678c234ff0841d32a | |
| parent | 0ae25c5ae3f401ad9cabe16b1636ff2e11da874c (diff) | |
test: Slightly increase 'ert-batch-backtrace-right-margin
| -rw-r--r-- | ci/coq-tests.el | 1 |
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) |
