1.0.17.15: Clean up after sb-cover tests
authorJuho Snellman <jsnell@iki.fi>
Mon, 2 Jun 2008 02:03:59 +0000 (02:03 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 2 Jun 2008 02:03:59 +0000 (02:03 +0000)
        * 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.

contrib/sb-cover/tests.lisp
version.lisp-expr

index 7903b80..d7aa134 100644 (file)
@@ -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*)))
index c416aa7..1b244ad 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".)
-"1.0.17.14"
+"1.0.17.15"