X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Ftime-in.sh;h=0c9a7195c536f2c733eb127b13f177daae695af6;hb=7d34380bb2fddca820a6f414564738cc2f70afc9;hp=69d7b84d7a165c7a4975b22ccb65a4ecfb95c48d;hpb=cd4f5bfade86b443d1ec355c2dd8be205846b32f;p=pspp diff --git a/tests/formats/time-in.sh b/tests/formats/time-in.sh index 69d7b84d7a..0c9a7195c5 100755 --- a/tests/formats/time-in.sh +++ b/tests/formats/time-in.sh @@ -8,7 +8,7 @@ trap 'cd /; rm -rf $TEMPDIR' 0 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 +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT : ${PERL:=perl} # ensure that top_srcdir is absolute @@ -170,7 +170,7 @@ $PERL time-in.pl if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode time-in.pspp +$SUPERVISOR $PSPP -o pspp.csv time-in.pspp if [ $? -ne 0 ] ; then no_result ; fi activity="compare time.out output"