X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Frecode.sh;h=b9cabe0a82d34488b0d5f8b40b614dd92bd71f41;hb=1134f778a7d1e729190065ce58f02b228e3c0a21;hp=9a4da5179ff1e09be8d02a54ca97afd07c90c31c;hpb=99a5b68989da0422d7bcfa5992e2670c0f284a49;p=pspp diff --git a/tests/xforms/recode.sh b/tests/xforms/recode.sh index 9a4da5179f..b9cabe0a82 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"