X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fget-no-file.sh;h=d047b76758a332ff398ab56ecc5d65c2d4f80c19;hb=47e6024280cbc95dbfa637009091cc8404c84fb0;hp=5e4de67a7f1d2130286dc7c30630051541969cfd;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/bugs/get-no-file.sh b/tests/bugs/get-no-file.sh index 5e4de67a..d047b767 100755 --- a/tests/bugs/get-no-file.sh +++ b/tests/bugs/get-no-file.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 }