X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2F360.sh;h=5139dd30abcd6ba7565033593913a775119280da;hb=86166f73821142c2f82fdace3ac40a0933989dcd;hp=c813e648767c11f4a880d9de5018a7c4733b6c5c;hpb=d0371553a98cd169353bf6d211e375e5ffc3a3bd;p=pspp-builds.git diff --git a/tests/formats/360.sh b/tests/formats/360.sh index c813e648..5139dd30 100755 --- a/tests/formats/360.sh +++ b/tests/formats/360.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 }