X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fexpressions%2Fexpressions.sh;h=339abed4dd90318ffb4fb8a27d5f6103f2c69f0b;hb=af4066391f20365e210460a736b1b02efe194da6;hp=8f55efda3705c0e03eb96ee3dc78043274a27f16;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/expressions/expressions.sh b/tests/expressions/expressions.sh index 8f55efda..339abed4 100755 --- a/tests/expressions/expressions.sh +++ b/tests/expressions/expressions.sh @@ -19,6 +19,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }