X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=b0a902ca0502c8bd54c13ea1d3747df0f3ebdf84;hb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;hp=8064aa0df014e52c93b98b185cc2fd84065d91c3;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 8064aa0..b0a902c 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -474,6 +474,8 @@ (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)