Hide Forgot
Description of problem: The tp/tests/run_parser_all.sh file contains errors and needs to be modified after verification. Version-Release number of selected component (if applicable): texinfo-6.5 How reproducible: NA Steps to Reproduce: diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh index e475da5..e6242b3 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 2 fi fi fi Actual results: End Return Exit Expected results: End Return Exit Additional info:
Thank you for the bug report.
I've fixed the issue in Fedora for future releases and reported upstream, where it's going to be fixed soon too. It has no real impact on package usability and we don't plan to fix it in RHEL 8.