* test/infra/Makefile.in (TREE-SITTER-FILES): Double-quote variable.
* test/infra/test-jobs.yml: Regenerate.
$(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
.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"