X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fimport-export.sh;h=f0c2b5c4793b481e1504f8786315a4ecea30e2e9;hb=af4066391f20365e210460a736b1b02efe194da6;hp=67fc8d2ab7278e1abc42243efedf8bf4d279b7ef;hpb=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git diff --git a/tests/command/import-export.sh b/tests/command/import-export.sh index 67fc8d2a..f0c2b5c4 100755 --- a/tests/command/import-export.sh +++ b/tests/command/import-export.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 }