X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fbig-input-2.sh;h=b0da13bbf3a0af4075e27f87e4ba1ee51e2c2585;hb=af4066391f20365e210460a736b1b02efe194da6;hp=ecc0946868d6114c39ce0d3b02d89e3d26245ae1;hpb=cd4f5bfade86b443d1ec355c2dd8be205846b32f;p=pspp diff --git a/tests/bugs/big-input-2.sh b/tests/bugs/big-input-2.sh index ecc0946868..b0da13bbf3 100755 --- a/tests/bugs/big-input-2.sh +++ b/tests/bugs/big-input-2.sh @@ -24,6 +24,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }