X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fexpressions%2Frandist.sh;h=58fe386d291f4738661c0385d1ee67faeaf0d180;hb=1c740eb1b205c034bba1af440567c5b13f407d28;hp=adfdb006425ebf767ea52bdeb33f7acc86209f43;hpb=dded8ef3520bdddc637bd3872ee3092a08efdb9c;p=pspp-builds.git diff --git a/tests/expressions/randist.sh b/tests/expressions/randist.sh index adfdb006..58fe386d 100755 --- a/tests/expressions/randist.sh +++ b/tests/expressions/randist.sh @@ -19,7 +19,7 @@ export STAT_CONFIG_PATH cleanup() { if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then - echo NOT removing directory $TEMPDIR + echo "NOT cleaning $TEMPDIR" return ; fi cd / @@ -60,7 +60,7 @@ perl $top_srcdir/tests/expressions/randist/randist.pl \ if [ $? -ne 0 ] ; then no_result ; fi activity="run command file" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii \ +$SUPERVISOR $PSPP --testing-mode \ $TEMPDIR/randist.pspp >$TEMPDIR/randist.err 2> $TEMPDIR/randist.out if [ $? -ne 0 ] ; then fail ; fi