0.8.9.2:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 24 Mar 2004 16:45:26 +0000 (16:45 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 24 Mar 2004 16:45:26 +0000 (16:45 +0000)
trivial tidying: A test file extension of .tmp lets it be
autoremoved by clean.sh and autoignored by my ~/.cvsignore.

clean.sh
contrib/sb-simple-streams/simple-stream-tests.lisp
version.lisp-expr

index 92d8144..945d399 100755 (executable)
--- a/clean.sh
+++ b/clean.sh
@@ -73,6 +73,9 @@ done
 #   *.lisp-obj, *.fasl, *.x86f, *.axpf, *.lbytef, *.lib
 #     typical extensions for fasl files (not just from SBCL, but
 #     from other Lisp systems which might be used as xc hosts)
+#   *.tmp, *.lisp-temp
+#     conventional names for temporary files autogenerated in
+#     building or testing
 #   test-passed
 #     generated by automatic directory-test-thyself procedure
 find . \( \
index 3987d08..6532994 100644 (file)
@@ -16,7 +16,7 @@
   "Directory for temporary test files.")
 
 (defparameter *test-file*
-  (merge-pathnames #p"test-data.txt" *test-path*))
+  (merge-pathnames #p"test-data.tmp" *test-path*))
 
 (eval-when (:load-toplevel) (ensure-directories-exist *test-path* :verbose t))
 
index 9a13ed2..e1fb803 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.8.9.1"
+"0.8.9.2"