Changeset 3453

Show
Ignore:
Timestamp:
07/16/08 10:59:09 (4 months ago)
Author:
ksprotte
Message:

made bos test fixture INITIAL-BOS-STORE more robust for ccl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/test/fixtures.lisp

    r3422 r3453  
    5757           (make-user "anonymous")      ; needed for web tests 
    5858           (&body)) 
    59       (close-store) 
    60       (cl-fad:delete-directory-and-files store-path)))) 
     59      (close-store)       
     60      ;; (cl-fad:delete-directory-and-files store-path) ; fails on ccl 
     61      (asdf:run-shell-command "rm -r '~A'" store-path)))) 
    6162 
    6263(defmacro store-test (name &body body)