X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Frandom.sh;h=e423f3e8b4c6318241adc54718902d22a1697b41;hb=2f1db0c762ca29e54b29d9a28bce14c54cf090db;hp=ae4d4774b05dfa3f8cee308f4635288ba1ac38c3;hpb=b08603f631a2d998d8c604692fdf13669bb5e510;p=pspp-builds.git diff --git a/tests/bugs/random.sh b/tests/bugs/random.sh index ae4d4774..e423f3e8 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 @@ -17,6 +21,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -60,20 +68,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 --testing-mode $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 +104,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