X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fbcd-in.sh;h=934f4302c0fef129cec4fe0469b111aa36ea3836;hb=af4066391f20365e210460a736b1b02efe194da6;hp=f93adeafeead61b06e73ef78c03969b407529c13;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/formats/bcd-in.sh b/tests/formats/bcd-in.sh index f93adeaf..934f4302 100755 --- a/tests/formats/bcd-in.sh +++ b/tests/formats/bcd-in.sh @@ -18,6 +18,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }