X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fcomment-at-eof.sh;h=f28762d19495c4048722ab0363beb8593028e26a;hb=5f222ad4739550128ce5502b158763bba53bf9bb;hp=6122e6605100f75099d0857a768089d6a8d5c2e8;hpb=74b0fe8828a66287c819be238a6592fb78ad40f4;p=pspp diff --git a/tests/bugs/comment-at-eof.sh b/tests/bugs/comment-at-eof.sh index 6122e66051..f28762d194 100755 --- a/tests/bugs/comment-at-eof.sh +++ b/tests/bugs/comment-at-eof.sh @@ -21,6 +21,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -59,7 +63,7 @@ COMMENT this is a comment at end of file. EOF if [ $? -ne 0 ] ; then no_result ; fi -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then fail; fi pass;