X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fsysfiles.sh;h=d4f59052de98b9d5e99820a2dce6beffbe221a89;hb=ba03e6dae4d379b510b053c4df6d41277b456d3a;hp=2bfd6a5b03163a3f8ae86752531694c2d7e5a4fd;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/sysfiles.sh b/tests/command/sysfiles.sh index 2bfd6a5b..d4f59052 100755 --- a/tests/command/sysfiles.sh +++ b/tests/command/sysfiles.sh @@ -22,6 +22,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }