]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (test-eglot): Fix EMACS_EXTRAOPT.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 21 Jun 2025 14:27:46 +0000 (16:27 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 22 Jun 2025 08:11:06 +0000 (10:11 +0200)
(cherry picked from commit c98a74cd87652daf30204816d9e602f0965cd91b)

test/infra/gitlab-ci.yml

index 8e779028c3d66c98d5bb7f8374418c28e607903e..2527034978ced66302e28c5540f7f02a2735759e 100644 (file)
@@ -326,8 +326,7 @@ test-eglot:
       check-expensive
       TEST_HOME=/root
       LOGFILES="lisp/progmodes/eglot-tests.log"
-      EMACS_EXTRAOPT="--eval \(use-package\ company\ :ensure\ t\)
-                      --eval \(use-package\ yasnippet\ :ensure\ t\)"
+      EMACS_EXTRAOPT='--eval \(use-package\ company\ :ensure\ t\) --eval \(use-package\ yasnippet\ :ensure\ t\)'
 
 build-image-tree-sitter:
   stage: platform-images