pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/oneway-with-splits.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/oneway-with-splits.sh
Date: Tue, 03 May 2005 04:26:30 -0400

Index: pspp/tests/command/oneway-with-splits.sh
diff -u pspp/tests/command/oneway-with-splits.sh:1.7 
pspp/tests/command/oneway-with-splits.sh:1.8
--- pspp/tests/command/oneway-with-splits.sh:1.7        Mon May  2 06:21:21 2005
+++ pspp/tests/command/oneway-with-splits.sh    Tue May  3 08:26:22 2005
@@ -16,7 +16,11 @@
 
 cleanup()
 {
-     rm -rf $TEMPDIR
+    if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo Not cleaning $TEMPDIR;
+       return ; 
+    fi
+    rm -rf $TEMPDIR
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]