X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fstats%2Fntiles.sh;h=697cc4269f751bdd87b930bbcbf5a80ba072a02c;hb=7acb13b811a5c727ef7421e6f44cb5ddcad0df23;hp=f696cf95b597aea88614a4e16f9867daa11d30cd;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/stats/ntiles.sh b/tests/stats/ntiles.sh index f696cf95..697cc426 100755 --- a/tests/stats/ntiles.sh +++ b/tests/stats/ntiles.sh @@ -19,9 +19,12 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR - : } @@ -74,11 +77,11 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps +$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="move output" -cp $TEMPDIR/pspp.list $TEMPDIR/list.ref +cp $TEMPDIR/pspp.csv $TEMPDIR/list.ref if [ $? -ne 0 ] ; then no_result ; fi i=$[$i+1]; @@ -103,11 +106,11 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps +$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -diff $TEMPDIR/pspp.list $TEMPDIR/list.ref +diff $TEMPDIR/pspp.csv $TEMPDIR/list.ref if [ $? -ne 0 ] ; then fail; fi