]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt tree-sitter tests on emba
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 1 Jun 2023 13:57:43 +0000 (15:57 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 1 Jun 2023 13:57:43 +0000 (15:57 +0200)
* test/infra/Makefile.in (TREE-SITTER-FILES): Double-quote variable.

* test/infra/test-jobs.yml: Regenerate.

test/infra/Makefile.in
test/infra/test-jobs.yml

index 7b2c27918a72394222c91dc10bc20e6d15530565..057d44f653948ac556a6b90b38758849ac1500cc 100644 (file)
@@ -100,7 +100,7 @@ endef
 
 $(foreach subdir, $(SUBDIRS), $(eval $(call subdir_template,$(subdir))))
 
-TREE-SITTER-FILES ?= $(shell cd .. ; find lisp -name "*-ts-*.el" | sort | sed s/\\.el/.log/)
+TREE-SITTER-FILES ?= '"'$(shell cd .. ; find lisp -name "*-ts-*.el" | sort | sed s/\\.el/.log/)'"'
 
 all: generate-test-jobs
 
index 7c26c33f6c6f7d427fcdbdec964cc22e0987cf77..48c5b726f280ab0729a37138854d899eca14e81e 100644 (file)
@@ -571,10 +571,10 @@ test-src-inotify:
 .tree-sitter-files-template:
   variables:
     tree-sitter-files: >-
-      lisp/progmodes/c-ts-mode-tests.log
+      "lisp/progmodes/c-ts-mode-tests.log
       lisp/progmodes/elixir-ts-mode-tests.log
       lisp/progmodes/go-ts-mode-tests.log
       lisp/progmodes/heex-ts-mode-tests.log
       lisp/progmodes/java-ts-mode-tests.log
       lisp/progmodes/ruby-ts-mode-tests.log
-      lisp/progmodes/typescript-ts-mode-tests.log
+      lisp/progmodes/typescript-ts-mode-tests.log"