X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Frandom.sh;h=c7f3e8bee7fee13574a9c1ac98e7fd2de1325863;hb=cdecc06d6e3298bc8284753cd74ff22ded1f06c5;hp=ae4d4774b05dfa3f8cee308f4635288ba1ac38c3;hpb=b08603f631a2d998d8c604692fdf13669bb5e510;p=pspp diff --git a/tests/bugs/random.sh b/tests/bugs/random.sh index ae4d4774b0..c7f3e8bee7 100755 --- a/tests/bugs/random.sh +++ b/tests/bugs/random.sh @@ -6,10 +6,14 @@ TEMPDIR=/tmp/pspp-tst-$$ TESTFILE=$TEMPDIR/`basename $0`.sps -here=`pwd`; +# ensure that top_builddir are absolute +if [ -z "$top_builddir" ] ; then top_builddir=. ; fi +if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi +top_builddir=`cd $top_builddir; pwd` +PSPP=$top_builddir/src/ui/terminal/pspp # ensure that top_srcdir is absolute -cd $top_srcdir; top_srcdir=`pwd` +top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -60,20 +64,20 @@ input program. + end case. + end loop. + end file. -end input program. +end input program. list. EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list +diff -b -w $TEMPDIR/pspp.list - << EOF R1 -------- 7.71 @@ -96,7 +100,6 @@ diff -b -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' 2.64 .88 1.50 - EOF if [ $? -ne 0 ] ; then fail ; fi