X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fdouble-frequency.sh;h=1c9405e876b5ce1c60803af437199a8268c2cea4;hb=101cf3f9e0cc1a348168614440e5462eaac7b43f;hp=8e21dfd2957db306ebfe1c4a4112efa2d01cc677;hpb=44646609c272600b92ab73265cad43dc7a911e79;p=pspp-builds.git diff --git a/tests/bugs/double-frequency.sh b/tests/bugs/double-frequency.sh index 8e21dfd2..1c9405e8 100755 --- a/tests/bugs/double-frequency.sh +++ b/tests/bugs/double-frequency.sh @@ -4,9 +4,25 @@ # Commands existed in a input file TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps + +# 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 +top_srcdir=`cd $top_srcdir; pwd` + + +STAT_CONFIG_PATH=$top_srcdir/config +export STAT_CONFIG_PATH + cleanup() { + cd / rm -rf $TEMPDIR } @@ -36,7 +52,6 @@ pass() mkdir -p $TEMPDIR -here=`pwd`; activity="create data" cat << EOF > $TEMPDIR/ff.stat @@ -54,10 +69,11 @@ frequencies v1 v2. EOF if [ $? -ne 0 ] ; then no_result ; fi + cd $TEMPDIR activity="run data" -$here/../src/pspp $TEMPDIR/ff.stat +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/ff.stat if [ $? -ne 0 ] ; then fail ; fi