texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/tests/run_parser_all.sh: specified formats ove


From: Patrice Dumas
Subject: branch master updated: tp/tests/run_parser_all.sh: specified formats override default
Date: Fri, 21 Jan 2022 12:31:50 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 6d2b23418e tp/tests/run_parser_all.sh: specified formats override 
default
6d2b23418e is described below

commit 6d2b23418ef6381bf77fd0a466a596cdefdccdd3
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 21 18:31:01 2022 +0100

    tp/tests/run_parser_all.sh: specified formats override default
---
 tp/tests/coverage/list-of-tests       | 2 +-
 tp/tests/indices/list-of-tests        | 2 +-
 tp/tests/nested_formats/list-of-tests | 2 +-
 tp/tests/run_parser_all.sh            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tp/tests/coverage/list-of-tests b/tp/tests/coverage/list-of-tests
index 30892b5535..02cf94bc7e 100644
--- a/tp/tests/coverage/list-of-tests
+++ b/tp/tests/coverage/list-of-tests
@@ -1,4 +1,4 @@
-# formats :_info
+# formats : :_info
 
 # test below skipped because of different results with XSParagraph
 #formatting_utf8_enable_encoding formatting_utf8.texi --enable-encoding
diff --git a/tp/tests/indices/list-of-tests b/tp/tests/indices/list-of-tests
index 6b0edcbb04..939ff799f1 100644
--- a/tp/tests/indices/list-of-tests
+++ b/tp/tests/indices/list-of-tests
@@ -1,4 +1,4 @@
-# formats :_info
+# formats : :_info
 
 nodes_before_top_and_sections_html_chapter nodes_before_top_and_sections.texi 
--html --split chapter
 nodes_before_top_and_sections_html_chapter_nodes 
nodes_before_top_and_sections.texi --html -c 'USE_NODES 1' --node-files --split 
chapter
diff --git a/tp/tests/nested_formats/list-of-tests 
b/tp/tests/nested_formats/list-of-tests
index f335e9ac1d..99e7517a7c 100644
--- a/tp/tests/nested_formats/list-of-tests
+++ b/tp/tests/nested_formats/list-of-tests
@@ -1,4 +1,4 @@
-# formats :_info
+# formats : :_info
 texi_nested_formats nested_formats.texi -c TEXINFO_OUTPUT_FORMAT=plaintexinfo
 # no macros, generated in all_texi by generate_all_texi.pl
 #multitable-nested_formats multitable-nested_formats.texi
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index 3f92ebd758..5c475d4c46 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -210,7 +210,7 @@ fi
 first_line=`head -1 "$driving_file"`
 if echo $first_line |grep '^# formats' >/dev/null; then
   formats=`echo $first_line |sed 's/^# formats //'`
-  commands="$commands $formats"
+  commands="$formats"
   echo "found special first line, commands now: $commands" >>$logfile
 fi
 



reply via email to

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