texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/Makefile.am: Call maintain/copy_change


From: Gavin D. Smith
Subject: branch master updated: * tp/tests/Makefile.am: Call maintain/copy_change_file_name_encoding.pl to create files in built_input subdirectory. This stops make program on OpenIndiana 11 gagging immediately in a UTF-8 locale. * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
Date: Wed, 04 Jan 2023 14:57:00 -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 7692986d58 * tp/tests/Makefile.am: Call 
maintain/copy_change_file_name_encoding.pl to create files in built_input 
subdirectory.  This stops make program on OpenIndiana 11 gagging immediately in 
a UTF-8 locale. * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
7692986d58 is described below

commit 7692986d589211295fcf7c033a672a67555471b9
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Jan 4 19:56:51 2023 +0000

    * tp/tests/Makefile.am:
    Call maintain/copy_change_file_name_encoding.pl to create files
    in built_input subdirectory.  This stops make program on
    OpenIndiana 11 gagging immediately in a UTF-8 locale.
    * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
---
 ChangeLog                  | 8 ++++++++
 tp/tests/Makefile.am       | 4 ++--
 tp/tests/run_parser_all.sh | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index be9f6ca413..dbe64f6872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-01-04  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/tests/Makefile.am:
+       Call maintain/copy_change_file_name_encoding.pl to create files
+       in built_input subdirectory.  This stops make program on
+       OpenIndiana 11 gagging immediately in a UTF-8 locale.
+       * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
+
 2023-01-04  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (Multitable Column Widths): State that
diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index 1152d1ceb9..036a385047 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -64,10 +64,10 @@ other-checks: all
 check_DATA = input_file_names_recoded_stamp.txt
 
 input_file_names_recoded_stamp.txt: $(srcdir)/input/included_latin1.texi
-       if $(PERL) $(srcdir)/../maintain/copy_change_file_name_encoding.pl 
$(srcdir)/input/included_latin1.texi . ; then echo 'OK' > $@ ; else echo 
'FAILED' > $@ ; fi
+       mkdir -p built_input ; if $(PERL) 
$(srcdir)/../maintain/copy_change_file_name_encoding.pl 
$(srcdir)/input/included_latin1.texi built_input ; then echo 'OK' > $@ ; else 
echo 'FAILED' > $@ ; fi
 
 distclean-local:
-       rm -f input_file_names_recoded_stamp.txt included_lat*n1.texi
+       rm -rf input_file_names_recoded_stamp.txt built_input
 
 EXTRA_DIST = run_parser_all.sh parser_tests.sh \
  $(one_test_files_generated_list) coverage_macro.texi included_akçentêd.texi \
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index 59ec52a2a2..511a250d38 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -412,7 +412,7 @@ while read line; do
     mkdir "${outdir}$dir"
     remaining_out_dir=`echo $remaining | sed 
's,@OUT_DIR@,'"${outdir}$dir/"',g'`
     echo "$command $dir -> ${outdir}$dir" >> $logfile
-    cmd="$prepended_command $PERL -w $command_run $format_option --force 
--conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init --conf-dir 
$srcdir/../ext -I $srcdir/$testdir -I $testdir/ -I $srcdir/ -I .  
--error-limit=1000 -c TEST=1 $l2h_flags --output ${outdir}$dir/ 
$remaining_out_dir $src_file > ${outdir}$dir/$basename.1 
2>${outdir}$dir/$basename.2"
+    cmd="$prepended_command $PERL -w $command_run $format_option --force 
--conf-dir $srcdir/../t/init/ --conf-dir $srcdir/../init --conf-dir 
$srcdir/../ext -I $srcdir/$testdir -I $testdir/ -I $srcdir/ -I . -I built_input 
--error-limit=1000 -c TEST=1 $l2h_flags --output ${outdir}$dir/ 
$remaining_out_dir $src_file > ${outdir}$dir/$basename.1 
2>${outdir}$dir/$basename.2"
     echo "$cmd" >>$logfile
     eval $cmd
     ret=$?



reply via email to

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