From: Michael Albinus <michael.albinus@gmx.de>
Date: Thu, 1 Jun 2023 13:57:43 +0000 (+0200)
Subject: Adapt tree-sitter tests on emba
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d6ba3e034ca150d258389624b63a1c227334e81;p=emacs.git

Adapt tree-sitter tests on emba

* test/infra/Makefile.in (TREE-SITTER-FILES): Double-quote variable.

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

diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in
index 7b2c27918a7..057d44f6539 100644
--- a/test/infra/Makefile.in
+++ b/test/infra/Makefile.in
@@ -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
 
diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 7c26c33f6c6..48c5b726f28 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -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"