X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ft-test-with-temp.sh;h=92dc3fb02b057f8215dd2907e8e340732b4521a1;hb=af4066391f20365e210460a736b1b02efe194da6;hp=7882d8a587ec229692b03f0946ff345606832e5d;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/bugs/t-test-with-temp.sh b/tests/bugs/t-test-with-temp.sh index 7882d8a5..92dc3fb0 100755 --- a/tests/bugs/t-test-with-temp.sh +++ b/tests/bugs/t-test-with-temp.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 }