emacs-diffs
[Top][All Lists]
Advanced

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

fix/bug-48598 45a96890d2: [DEBUG] Quote dollar sign differently in CI jo


From: F. Jason Park
Subject: fix/bug-48598 45a96890d2: [DEBUG] Quote dollar sign differently in CI job
Date: Wed, 25 May 2022 10:18:21 -0400 (EDT)

branch: fix/bug-48598
commit 45a96890d2e71c39f31b833d57a5003fc425b13d
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    [DEBUG] Quote dollar sign differently in CI job
---
 test/infra/test-jobs.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 96b2f43839..b4b989c2f0 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -221,7 +221,8 @@ test-lisp-erc-inotify:
         - test/lisp/erc/**/*
   variables:
     target: emacs-inotify
-    make_params: "-k -C test SELECTOR='$(SELECTOR_EXPENSIVE)' check-lisp-erc 
check-lisp-erc-erc-scenarios"
+    make_params: >
+      -k -C test SELECTOR='$(SELECTOR_EXPENSIVE)' check-lisp-erc 
check-lisp-erc-erc-scenarios
 
 test-lisp-eshell-inotify:
   stage: normal



reply via email to

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