From: Juho Snellman Date: Mon, 2 Jun 2008 02:03:59 +0000 (+0000) Subject: 1.0.17.15: Clean up after sb-cover tests X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b210be3c2d3ab340c7b5636df250f1c1c9828436;p=sbcl.git 1.0.17.15: Clean up after sb-cover tests * No point in having the install scripts install the html files produced while running tests. This was causing problems for some Linux distributions that require all installed files to have completely predictable names, whereas the test output files would have names that depended on the exact build directory name. --- diff --git a/contrib/sb-cover/tests.lisp b/contrib/sb-cover/tests.lisp index 7903b80..d7aa134 100644 --- a/contrib/sb-cover/tests.lisp +++ b/contrib/sb-cover/tests.lisp @@ -98,3 +98,7 @@ (load (compile-file (merge-pathnames #p"test-data-3.lisp" *path*))) (test-2) +;; Clean up after the tests + +(map nil #'delete-file + (directory (merge-pathnames #p"*.html" *output-directory*))) diff --git a/version.lisp-expr b/version.lisp-expr index c416aa7..1b244ad 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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".) -"1.0.17.14" +"1.0.17.15"