X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ft-test-alpha.sh;h=2a1693b5ac6147ee1e701bc89266122cc77d5eab;hb=03d066d9f7e4f3d076a63e64708633bdf5e1c93c;hp=663889138b573ca56660e759eaaaf5c9c1f62dbc;hpb=5c891f46234618f733ed1f3e0be6deedef3e487d;p=pspp-builds.git diff --git a/tests/bugs/t-test-alpha.sh b/tests/bugs/t-test-alpha.sh index 66388913..2a1693b5 100755 --- a/tests/bugs/t-test-alpha.sh +++ b/tests/bugs/t-test-alpha.sh @@ -22,6 +22,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -82,39 +86,29 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <