0.9.2.2
authorRudi Schlatte <rudi@constantly.at>
Tue, 28 Jun 2005 12:27:35 +0000 (12:27 +0000)
committerRudi Schlatte <rudi@constantly.at>
Tue, 28 Jun 2005 12:27:35 +0000 (12:27 +0000)
Minor test cleanups: remove temporary files after tests finish.

tests/defstruct.impure.lisp
tests/external-format.impure.lisp
tests/finalize.test.sh
version.lisp-expr

index 6102a14..45ba8a1 100644 (file)
                 :if-exists :supersede)
   (write-string "(defun dumped-manyraws () '#.*manyraw*)" s))
 (compile-file "tmp-defstruct.manyraw.lisp")
+(delete-file "tmp-defstruct.manyraw.lisp")
 
 ;;; nuke the objects and try another GC just to be extra careful
 (setf *manyraw* nil)
index f5a0f48..2cadc0c 100644 (file)
       (when p
        (delete-file p)))))
 
+(delete-file "external-format-test.txt")
+
 (sb-ext:quit :unix-status 104)
index 222f1fb..5c7e4fe 100644 (file)
@@ -47,9 +47,11 @@ echo "Waiting for SBCL to finish stress-testing finalizers"
 while true; do
     if [ -f finalize-test-passed ]; then
        echo "OK"
+       rm finalize-test-passed
        exit 104 # Success
     elif [ -f finalize-test-failed ]; then
        echo "Failed"
+       rm finalize-test-failed
        exit 1 # Failure
     fi
     sleep 1
index d5ce43f..c9e0ddc 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.2.1"
+"0.9.2.2"