pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/tests ChangeLog bugs/big-input-2.sh comman...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/tests ChangeLog bugs/big-input-2.sh comman...
Date: Wed, 05 Sep 2007 04:56:16 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/09/05 04:56:16

Modified files:
        tests          : ChangeLog 
        tests/bugs     : big-input-2.sh 
        tests/command  : sort.sh 
        tests/formats  : bcd-in.sh date-in.sh ib-in.sh legacy-in.sh 
                         num-in.sh num-out.sh time-in.sh 

Log message:
        Update scripts that invoke Perl to invoke it as simply "perl" if
        not run from the PSPP Makefiles.  Patch #6169.  Thanks to John
        Darrington for suggestion and review.
        * bugs/big-input-2.sh: Make $PERL default to perl.
        * command/sort.sh: Ditto.
        * formats/bcd-in.sh: Ditto.
        * formats/date-in.sh: Ditto.
        * formats/ib-in.sh: Ditto.
        * formats/legacy-in.sh: Ditto.
        * formats/num-in.sh: Ditto.
        * formats/num-out.sh: Ditto.
        * formats/time-in.sh: Ditto.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/ChangeLog?cvsroot=pspp&r1=1.106&r2=1.107
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/bugs/big-input-2.sh?cvsroot=pspp&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/command/sort.sh?cvsroot=pspp&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/bcd-in.sh?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/date-in.sh?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/ib-in.sh?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/legacy-in.sh?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/num-in.sh?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/num-out.sh?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/formats/time-in.sh?cvsroot=pspp&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- ChangeLog   26 Aug 2007 18:35:45 -0000      1.106
+++ ChangeLog   5 Sep 2007 04:56:15 -0000       1.107
@@ -1,3 +1,18 @@
+2007-09-04  Ben Pfaff  <address@hidden>
+
+       Update scripts that invoke Perl to invoke it as simply "perl" if
+       not run from the PSPP Makefiles.  Patch #6169.  Thanks to John
+       Darrington for suggestion and review.
+       * bugs/big-input-2.sh: Make $PERL default to perl.
+       * command/sort.sh: Ditto.
+       * formats/bcd-in.sh: Ditto.
+       * formats/date-in.sh: Ditto.
+       * formats/ib-in.sh: Ditto.
+       * formats/legacy-in.sh: Ditto.
+       * formats/num-in.sh: Ditto.
+       * formats/num-out.sh: Ditto.
+       * formats/time-in.sh: Ditto.
+
 2007-08-26  Ben Pfaff  <address@hidden>
 
        * Updated most invocations of PSPP in the tests to use

Index: bugs/big-input-2.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/bugs/big-input-2.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- bugs/big-input-2.sh 26 Aug 2007 18:35:45 -0000      1.12
+++ bugs/big-input-2.sh 5 Sep 2007 04:56:16 -0000       1.13
@@ -7,6 +7,7 @@
 TEMPDIR=/tmp/pspp-tst-$$
 TESTFILE=$TEMPDIR/`basename $0`.sps
 TESTFILE=$TEMPDIR/`basename $0`.sps
+: ${PERL:=perl}
 
 # ensure that top_builddir  are absolute
 if [ -z "$top_builddir" ] ; then top_builddir=. ; fi

Index: command/sort.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/command/sort.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- command/sort.sh     26 Aug 2007 18:35:49 -0000      1.14
+++ command/sort.sh     5 Sep 2007 04:56:16 -0000       1.15
@@ -4,6 +4,7 @@
 
 TEMPDIR=/tmp/pspp-tst-$$
 TESTFILE=$TEMPDIR/`basename $0`.sps
+: ${PERL:=perl}
 
 # ensure that top_builddir  are absolute
 if [ -z "$top_builddir" ] ; then top_builddir=. ; fi

Index: formats/bcd-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/bcd-in.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- formats/bcd-in.sh   22 Nov 2006 04:24:03 -0000      1.1
+++ formats/bcd-in.sh   5 Sep 2007 04:56:16 -0000       1.2
@@ -7,6 +7,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/date-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/date-in.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- formats/date-in.sh  10 Aug 2007 04:49:58 -0000      1.2
+++ formats/date-in.sh  5 Sep 2007 04:56:16 -0000       1.3
@@ -9,6 +9,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/ib-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/ib-in.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- formats/ib-in.sh    22 Nov 2006 04:24:03 -0000      1.1
+++ formats/ib-in.sh    5 Sep 2007 04:56:16 -0000       1.2
@@ -7,6 +7,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/legacy-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/legacy-in.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- formats/legacy-in.sh        22 Nov 2006 04:24:03 -0000      1.1
+++ formats/legacy-in.sh        5 Sep 2007 04:56:16 -0000       1.2
@@ -7,6 +7,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/num-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/num-in.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- formats/num-in.sh   10 Aug 2007 03:17:55 -0000      1.2
+++ formats/num-in.sh   5 Sep 2007 04:56:16 -0000       1.3
@@ -9,6 +9,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/num-out.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/num-out.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- formats/num-out.sh  5 Nov 2006 05:20:53 -0000       1.1
+++ formats/num-out.sh  5 Sep 2007 04:56:16 -0000       1.2
@@ -9,6 +9,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`

Index: formats/time-in.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/formats/time-in.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- formats/time-in.sh  10 Aug 2007 04:49:58 -0000      1.2
+++ formats/time-in.sh  5 Sep 2007 04:56:16 -0000       1.3
@@ -9,6 +9,7 @@
 if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi
 top_builddir=`cd $top_builddir; pwd`
 PSPP=$top_builddir/src/ui/terminal/pspp
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`




reply via email to

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