X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffilter.sh;h=ec76fba9f099c08157cd123ec647a01df6c8450d;hb=af4066391f20365e210460a736b1b02efe194da6;hp=40729c85ed7b8e896c8bad817e724c9c93e58d53;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/command/filter.sh b/tests/command/filter.sh index 40729c85..ec76fba9 100755 --- a/tests/command/filter.sh +++ b/tests/command/filter.sh @@ -20,6 +20,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }