X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fntiles.sh;h=4f4eedb15eedc208deb0bc9bba4e4e9279de0284;hb=03d066d9f7e4f3d076a63e64708633bdf5e1c93c;hp=66b49a75181fa7090bc0c91640b846271004b4c6;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/stats/ntiles.sh b/tests/stats/ntiles.sh index 66b49a75..4f4eedb1 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 -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $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 -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $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