X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Ffile-handle.sh;h=3dfe52f10be98f1d213041303d85bac8fae4cff6;hb=18e5609ea65b59f38fcd681f8555775f2e5b7ccd;hp=14596edbd5b06feed19ed61cf85faf867357b713;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/command/file-handle.sh b/tests/command/file-handle.sh index 14596edb..3dfe52f1 100755 --- a/tests/command/file-handle.sh +++ b/tests/command/file-handle.sh @@ -20,6 +20,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -72,7 +76,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi