X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ferase.sh;h=491f79aa3bf4f96317b75769473c706bc8001509;hb=5ee84736663824fe12474b78dace867e42893a14;hp=c16ed3dc7213830fc94203dc2e2d4f670ca334f3;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/erase.sh b/tests/command/erase.sh index c16ed3dc..491f79aa 100755 --- a/tests/command/erase.sh +++ b/tests/command/erase.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 } @@ -90,7 +94,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi -activity="run prog 1" +activity="run prog 2" $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then fail ; fi