X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fexpressions%2Fvariables.sh;h=c4a2d5d46e5908aabd05e5fc3da29f1e61d419c6;hb=6cea5154ec624e65bbfce71036e31ab491ebc64a;hp=8ffe3c8d87bebd533d39f84d1435d7744ed83ccb;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/expressions/variables.sh b/tests/expressions/variables.sh index 8ffe3c8d..c4a2d5d4 100755 --- a/tests/expressions/variables.sh +++ b/tests/expressions/variables.sh @@ -19,6 +19,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }