14 Sep 2007 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / tests / test-init.lisp
index 8064aa0df014e52c93b98b185cc2fd84065d91c3..b0a902ca0502c8bd54c13ea1d3747df0f3ebdf84 100644 (file)
 
 
 (defun run-tests (&key (report-stream *standard-output*) (sexp-report-stream nil))
+  ;; clear SQL-OUTPUT cache
+  (setq clsql-sys::*output-hash* (make-hash-table :test #'equal))
   (let ((specs (read-specs))
         (*report-stream* report-stream)
         (*sexp-report-stream* sexp-report-stream)