X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ft-test-1-sample-missing-anal.sh;h=4cc2effa5b9c946e0425f714bf1feb1329350060;hb=af4066391f20365e210460a736b1b02efe194da6;hp=51ec1dc13228b187ef82c5a9214340717e644329;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/command/t-test-1-sample-missing-anal.sh b/tests/command/t-test-1-sample-missing-anal.sh index 51ec1dc1..4cc2effa 100755 --- a/tests/command/t-test-1-sample-missing-anal.sh +++ b/tests/command/t-test-1-sample-missing-anal.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 }