X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fpercentiles-compatible.sh;h=d1e724d70f1289e4027c1bdd93d3e82a272f653d;hb=5f8dc7ca9962b212d623566e287b0f1d365f6398;hp=63a19068d6705b8329f5a581db9a50ba28193153;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp-builds.git diff --git a/tests/stats/percentiles-compatible.sh b/tests/stats/percentiles-compatible.sh index 63a19068..d1e724d7 100755 --- a/tests/stats/percentiles-compatible.sh +++ b/tests/stats/percentiles-compatible.sh @@ -23,9 +23,12 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR - : }