X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fexpressions%2Fexpressions.sh;h=339abed4dd90318ffb4fb8a27d5f6103f2c69f0b;hb=10064a4e800b3bc43d69107e12aa35e877059dd8;hp=8f55efda3705c0e03eb96ee3dc78043274a27f16;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;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 }