diff options
| author | Michael Albinus | 2025-06-21 16:27:46 +0200 |
|---|---|---|
| committer | Michael Albinus | 2025-06-21 16:27:46 +0200 |
| commit | c98a74cd87652daf30204816d9e602f0965cd91b (patch) | |
| tree | 634e58b04b03ba0963593f6a89eaa446be202a17 /test | |
| parent | d0af57196a48be913f669c12768063f5b629bb90 (diff) | |
| download | emacs-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.yml | 3 |
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 | ||
| 332 | build-image-tree-sitter: | 331 | build-image-tree-sitter: |
| 333 | stage: platform-images | 332 | stage: platform-images |