X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fweight.sh;h=8f759b21c27d849d50cf2bd8fe8f26e5f0339450;hb=a1c8f6fe2935432af4dbe30aef2434c6ad437a56;hp=acd9e458a882798dbecc41cd43c5dcfff2cba243;hpb=a19e7749cdb8713316fde220f2fc9a5ad5dc79ed;p=pspp diff --git a/tests/command/weight.sh b/tests/command/weight.sh index acd9e458a8..8f759b21c2 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.sh @@ -15,6 +15,7 @@ export STAT_CONFIG_PATH=$top_srcdir/config cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then return ; fi rm -rf $TEMPDIR } @@ -52,7 +53,7 @@ data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10. weight by BVAR. descriptives AVAR /statistics all /format serial. -frequencies AVAR /statistics all /format condensed. +frequencies AVAR /statistics all /format condense. EOF if [ $? -ne 0 ] ; then no_result ; fi