X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbugs%2Ftemporary.sh;h=8ffa86115999566dbca7c821aca16e67cb2aa793;hb=f9f1f08ef83eefe0f8db8fc61a637d2d4194ecfb;hp=d2091669a95a4106779432943e1192363e0f3ee2;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/bugs/temporary.sh b/tests/bugs/temporary.sh index d2091669..8ffa8611 100755 --- a/tests/bugs/temporary.sh +++ b/tests/bugs/temporary.sh @@ -21,6 +21,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }