X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fflip.sh;h=a3e5caf2c896cc84ebad3058ad7bb59d775a398c;hb=e9599a2f8e86d986fff1518682ba8942bd67d1c0;hp=cfafa9612cd717d2a792293a2ccd1dc0346d275f;hpb=032679867d61ec9a4784aa5f4cf68bde67c5513e;p=pspp-builds.git diff --git a/tests/command/flip.sh b/tests/command/flip.sh index cfafa961..a3e5caf2 100755 --- a/tests/command/flip.sh +++ b/tests/command/flip.sh @@ -22,6 +22,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -88,7 +92,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/flip.stat +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/flip.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare output"