X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fstats%2Fpercentiles-compatible.sh;h=8ac4c772a410bf8b6de9308de1ac4e30af7651f1;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=63a19068d6705b8329f5a581db9a50ba28193153;hpb=9aff19b717bcc242e16d04c34f348fd79ebdd685;p=pspp diff --git a/tests/stats/percentiles-compatible.sh b/tests/stats/percentiles-compatible.sh index 63a19068d6..8ac4c772a4 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 - : } @@ -85,32 +88,32 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - <