texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog tp/tests/parser_tests.sh tp/t...


From: karl
Subject: texinfo ChangeLog tp/tests/parser_tests.sh tp/t...
Date: Fri, 21 Sep 2012 23:48:07 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/09/21 23:48:07

Modified files:
        .              : ChangeLog 
        tp/tests       : parser_tests.sh run_parser_all.sh 

Log message:
        var=val; export var

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1425&r2=1.1426
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/parser_tests.sh?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/run_parser_all.sh?cvsroot=texinfo&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1425
retrieving revision 1.1426
diff -u -b -r1.1425 -r1.1426
--- ChangeLog   21 Sep 2012 17:40:29 -0000      1.1425
+++ ChangeLog   21 Sep 2012 23:48:07 -0000      1.1426
@@ -1,5 +1,10 @@
 2012-09-21  Karl Berry  <address@hidden>
 
+       * tp/tests/parser_tests.sh,
+       * tp/tests/run_parser_all.sh: export var=val not portable.
+
+2012-09-21  Karl Berry  <address@hidden>
+
        * doc/refcard/Makefile (ccheck, vcheck): pass txi_check_args
        (from environment), for my cron.
        * doc/refcard/ccheck: recognize --no-common to output only problems.

Index: tp/tests/parser_tests.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/parser_tests.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tp/tests/parser_tests.sh    20 Mar 2012 20:39:23 -0000      1.3
+++ tp/tests/parser_tests.sh    21 Sep 2012 23:48:07 -0000      1.4
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -35,7 +35,7 @@
   dir=$1
   shift
   [ -d "$dir" ] || mkdir $dir
-  (export srcdir_test=$dir; cd "$dir" && ../"$srcdir"/"$command" -dir $dir 
$arg)
+  (srcdir_test=$dir; export srcdir_test; cd "$dir" && ../"$srcdir"/"$command" 
-dir $dir $arg)
   result=$?
   if [ "z$result" = 'z0' ]; then
     result_text=ok

Index: tp/tests/run_parser_all.sh
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/run_parser_all.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tp/tests/run_parser_all.sh  12 Sep 2012 00:40:24 -0000      1.5
+++ tp/tests/run_parser_all.sh  21 Sep 2012 23:48:07 -0000      1.6
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -9,7 +9,7 @@
 
 #echo "SRCDIR $srcdir srcdir_test $srcdir_test"
 
-export LANG=C
+LANG=C; export LANG
 
 prepended_command=
 #prepended_command=time



reply via email to

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