From 2d6ba3e034ca150d258389624b63a1c227334e81 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 1 Jun 2023 15:57:43 +0200 Subject: [PATCH] Adapt tree-sitter tests on emba * test/infra/Makefile.in (TREE-SITTER-FILES): Double-quote variable. * test/infra/test-jobs.yml: Regenerate. --- test/infra/Makefile.in | 2 +- test/infra/test-jobs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.2