emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2d6ba3e034c: Adapt tree-sitter tests on emba


From: Michael Albinus
Subject: master 2d6ba3e034c: Adapt tree-sitter tests on emba
Date: Thu, 1 Jun 2023 09:57:56 -0400 (EDT)

branch: master
commit 2d6ba3e034ca150d258389624b63a1c227334e81
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]