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