X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ftabs.sh;h=ad530f45c83cb6cbfbb89881911e3b841ce8b8e7;hb=77f113b512fded97aa3f05484205d52847ce18e7;hp=c6d968b1884b0c5269c921cf5a2cb2006671a7e6;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/command/tabs.sh b/tests/command/tabs.sh index c6d968b1..ad530f45 100755 --- a/tests/command/tabs.sh +++ b/tests/command/tabs.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 }