X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdatasheet.sh;h=2ad30d734b3f32e0e02b67f58cc060aeb0ae0f5a;hb=10ac8c99bd7a4155216e9bc3e48dd30e63b11642;hp=475e008579b5185e969bea87afc724dd66a416bd;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp-builds.git diff --git a/tests/command/datasheet.sh b/tests/command/datasheet.sh index 475e0085..2ad30d73 100755 --- a/tests/command/datasheet.sh +++ b/tests/command/datasheet.sh @@ -22,6 +22,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR }