From 44cc43dc18de2e98f0b9e2b1729366d77e9c38b3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 5 Mar 2025 09:41:58 -0800 Subject: pop-os/emacs: Exclude the right projects for tests --- oni/home/config/pop-os/emacs.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index 1db27a0..f8c76ee 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -97,7 +97,11 @@ (let ((pick (transient-arg-value "--pick" args)) (fail (transient-arg-value "--stop-on-failure" args)) (brand (transient-arg-value "--brand=" args))) - (artisan--test-internal pick (or brand "chanced") "punt" fail))) + (artisan--test-internal pick (or brand "chanced") + (if (string= brand "punt") + "chanced" + "punt") + fail))) (defvar artisan--test-last-file nil "The last testing commnand that was run in the test buffer. -- cgit v1.3-2-g0d8e