X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fib-in.sh;h=3a54c2f0fc8e515f15fa07158c2bfe67296032c7;hb=1085f5128713881e135ea83fbdf411b99e8f32b6;hp=0519d27d495d1879b3c0b100d68ea5cfa0b02f28;hpb=cd4f5bfade86b443d1ec355c2dd8be205846b32f;p=pspp-builds.git diff --git a/tests/formats/ib-in.sh b/tests/formats/ib-in.sh index 0519d27d..3a54c2f0 100755 --- a/tests/formats/ib-in.sh +++ b/tests/formats/ib-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 }