X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fflip.sh;h=a3e5caf2c896cc84ebad3058ad7bb59d775a398c;hb=c8377117389554c8e914052a46b03aa8bcae8364;hp=dc2b1770146cc7802cd0223f2ddcb20d4a251d23;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/flip.sh b/tests/command/flip.sh index dc2b1770..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 }