X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frename.sh;h=ff46486a3f0ef81ae420e90a6bf2da75539f42e0;hb=refs%2Ftags%2Fsid-i386-build136;hp=6eae4a52506604ae89b51f0e54b540a5de3e6287;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/command/rename.sh b/tests/command/rename.sh index 6eae4a52..ff46486a 100755 --- a/tests/command/rename.sh +++ b/tests/command/rename.sh @@ -22,6 +22,10 @@ PSPP=$top_builddir/src/ui/terminal/pspp cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -76,7 +80,7 @@ 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="check sysfile"