X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ft-test-groups.sh;h=53080bdf8b12c31c6bb4dfd35cca650886cc8a39;hb=a091aa55567a4f2a9ecc08f126a959497be43f22;hp=05cc1835fed7d7b613cd99a5ed9b4996d4359422;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp diff --git a/tests/command/t-test-groups.sh b/tests/command/t-test-groups.sh index 05cc1835fe..53080bdf8b 100755 --- a/tests/command/t-test-groups.sh +++ b/tests/command/t-test-groups.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 }