texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp texi2any.pl tests/run_parser_all.sh


From: Patrice Dumas
Subject: texinfo/tp texi2any.pl tests/run_parser_all.sh
Date: Tue, 01 Jan 2013 00:20:19 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        13/01/01 00:20:19

Modified files:
        tp             : texi2any.pl 
        tp/tests       : run_parser_all.sh 

Log message:
        In case both LC_ALL and LANG are set, set also LC_ALL to the C locale 
for 
        tests.  Report from Jean-Charles Malahieude.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.155&r2=1.156
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/run_parser_all.sh?cvsroot=texinfo&r1=1.14&r2=1.15

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- texi2any.pl 16 Dec 2012 22:14:44 -0000      1.155
+++ texi2any.pl 1 Jan 2013 00:20:18 -0000       1.156
@@ -166,6 +166,7 @@
 if ((defined($ENV{"LC_ALL"}) and $ENV{"LC_ALL"} =~ /^(C|POSIX)$/)
      or (defined($ENV{"LANG"}) and $ENV{"LANG"} =~ /^(C|POSIX)$/)) {
   delete $ENV{"LANGUAGE"} if defined($ENV{"LANGUAGE"});
+  # FIXME set the other variable if only one is set?
 }
 
 

Index: tests/run_parser_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/run_parser_all.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- tests/run_parser_all.sh     2 Dec 2012 17:12:40 -0000       1.14
+++ tests/run_parser_all.sh     1 Jan 2013 00:20:19 -0000       1.15
@@ -10,6 +10,7 @@
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
 LANG=C; export LANG
+LC_ALL=C; export LC_ALL
 
 prepended_command=
 #prepended_command=time



reply via email to

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