X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsample.sh;h=4f4515e2be05073a21a85232970a2bdbe77b5069;hb=b62c12a425ab03fd37879e224e29ed53d167f8d4;hp=6ba6646bc1ae3d3e202142138ee765e77d7186d5;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/sample.sh b/tests/command/sample.sh index 6ba6646b..4f4515e2 100755 --- a/tests/command/sample.sh +++ b/tests/command/sample.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 }