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 (check_latex2html_an


From: Gavin D. Smith
Subject: branch master updated: * tp/tests/run_parser_all.sh (check_latex2html_and_tex4ht): Do not use 'continue' inside a function inside a loop. Report from Vitezslav Crhon.
Date: Tue, 16 Feb 2021 14:12:31 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b08cdef  * tp/tests/run_parser_all.sh (check_latex2html_and_tex4ht): 
Do not use 'continue' inside a function inside a loop.  Report from Vitezslav 
Crhon.
b08cdef is described below

commit b08cdefa85901939cf6f28fcf10c13990538e99b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Feb 16 19:12:20 2021 +0000

    * tp/tests/run_parser_all.sh (check_latex2html_and_tex4ht):
    Do not use 'continue' inside a function inside a loop.  Report
    from Vitezslav Crhon.
---
 ChangeLog                  | 6 ++++++
 tp/tests/run_parser_all.sh | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9dc5100..999d8d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-16  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/tests/run_parser_all.sh (check_latex2html_and_tex4ht):
+       Do not use 'continue' inside a function inside a loop.  Report
+       from Vitezslav Crhon.
+
 2021-02-15  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/Convert/HTML.pm (_convert_element_type):
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index f424bbb..eb72742 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -46,7 +46,7 @@ check_latex2html_and_tex4ht ()
       if echo "$remaining" | grep '[-]init mediawiki.pm' >/dev/null; then
        if test "$no_html2wiki" = 'yes' ; then
          echo "S: (no html2wiki) $current"
-         continue 2
+         return 1
        fi
       fi
     fi



reply via email to

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