trivial tidying: A test file extension of .tmp lets it be
		autoremoved by clean.sh and autoignored by my ~/.cvsignore.
This commit is contained in:
William Harold Newman 2004-03-24 16:45:26 +00:00
parent 74c81accf8
commit 7b0b8ef8a7
3 changed files with 5 additions and 2 deletions

View file

@ -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 . \( \

View 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))

View 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"