aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2025-06-21 16:27:46 +0200
committerMichael Albinus2025-06-21 16:27:46 +0200
commitc98a74cd87652daf30204816d9e602f0965cd91b (patch)
tree634e58b04b03ba0963593f6a89eaa446be202a17 /test
parentd0af57196a48be913f669c12768063f5b629bb90 (diff)
downloademacs-c98a74cd87652daf30204816d9e602f0965cd91b.tar.gz
emacs-c98a74cd87652daf30204816d9e602f0965cd91b.zip
* test/infra/gitlab-ci.yml (test-eglot): Fix EMACS_EXTRAOPT.
Diffstat (limited to 'test')
-rw-r--r--test/infra/gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 8e779028c3d..2527034978c 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -326,8 +326,7 @@ test-eglot:
326 check-expensive 326 check-expensive
327 TEST_HOME=/root 327 TEST_HOME=/root
328 LOGFILES="lisp/progmodes/eglot-tests.log" 328 LOGFILES="lisp/progmodes/eglot-tests.log"
329 EMACS_EXTRAOPT="--eval \(use-package\ company\ :ensure\ t\) 329 EMACS_EXTRAOPT='--eval \(use-package\ company\ :ensure\ t\) --eval \(use-package\ yasnippet\ :ensure\ t\)'
330 --eval \(use-package\ yasnippet\ :ensure\ t\)"
331 330
332build-image-tree-sitter: 331build-image-tree-sitter:
333 stage: platform-images 332 stage: platform-images