X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint-strings.sh;h=b6a1ba9b9d173acb9d2060ec4d3cd6ec3656acd7;hb=1beb9fbbe465dc30bc8f913b3dc90680494d38d9;hp=5fb730063ff4721779e0075d515f78bc96944eb1;hpb=6ba6662c69e868290d1e514ffe65ef447e9263d6;p=pspp diff --git a/tests/command/print-strings.sh b/tests/command/print-strings.sh index 5fb730063f..b6a1ba9b9d 100755 --- a/tests/command/print-strings.sh +++ b/tests/command/print-strings.sh @@ -10,7 +10,7 @@ if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi if [ -z "$top_builddir" ] ; then top_builddir=. ; fi top_srcdir=`cd $top_srcdir; pwd` top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH @@ -79,7 +79,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi