X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbugs%2Fmultipass.sh;h=24b3a5ed8cf48edb016173b3a754162f5fcec6e9;hb=9f4661992f4b481c6dafa6fd53c94ecfe7b3af8c;hp=4933b4697d42b6bfb64b6c77ea3d5bda1413f49c;hpb=009350385d97d9fba2b33ea68cfe8b1aeebf1529;p=pspp-builds.git diff --git a/tests/bugs/multipass.sh b/tests/bugs/multipass.sh index 4933b469..24b3a5ed 100755 --- a/tests/bugs/multipass.sh +++ b/tests/bugs/multipass.sh @@ -10,6 +10,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps 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` @@ -73,7 +74,7 @@ DESCRIPTIVES EOF if [ $? -ne 0 ] ; then no_result ; fi -$SUPERVISOR $top_builddir/src/pspp -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi