X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fxforms%2Frecode.sh;h=b9cabe0a82d34488b0d5f8b40b614dd92bd71f41;hb=fc2284433015a514d16a4dbf0aba530d5de3ebaf;hp=9a4da5179ff1e09be8d02a54ca97afd07c90c31c;hpb=99a5b68989da0422d7bcfa5992e2670c0f284a49;p=pspp-builds.git diff --git a/tests/xforms/recode.sh b/tests/xforms/recode.sh index 9a4da517..b9cabe0a 100755 --- a/tests/xforms/recode.sh +++ b/tests/xforms/recode.sh @@ -23,6 +23,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -156,7 +160,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="test output"