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

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

[nongnu] elpa/buttercup 110a9b6 314/340: test: Use pretty traceback


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 110a9b6 314/340: test: Use pretty traceback
Date: Thu, 16 Dec 2021 14:59:58 -0500 (EST)

branch: elpa/buttercup
commit 110a9b6ba01733e7d8005f6ce2e5d12226e8b718
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    test: Use pretty traceback
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 58aac21..4a543cf 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: test
 test: test-buttercup test-docs
 
 test-buttercup: compile
-       ./bin/buttercup -L . tests
+       ./bin/buttercup -L . tests $(if $(CI),--traceback pretty)
 
 test-docs: compile
        $(EMACS) -batch -L . -l buttercup.el -f buttercup-run-markdown 
docs/writing-tests.md



reply via email to

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