X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ft-test-1s.sh;h=4019865b52c5a8baf0b8baef12a24cc7180d7a04;hb=849f1db3053e27a2879542ffebddb55909ce26ae;hp=bf421bd45dc377aa4a26628104dec6f3f5e49847;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/t-test-1s.sh b/tests/command/t-test-1s.sh index bf421bd4..4019865b 100755 --- a/tests/command/t-test-1s.sh +++ b/tests/command/t-test-1s.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 }