Work to add UTC tracking to wall-times
[clsql.git] / tests / test-init.lisp
index d1de92e94668eda0afacc5dc61e6148c2a2472af..2ad787bdc6d48d5781cda33d2ae265e534125f12 100644 (file)
 
          (%do-tests test-forms db-type)
 
-           (format *report-stream* "~&Tests skipped:")
+         (format *report-stream* "~&~D of ~D Tests skipped:"
+                 (length skip-tests)
+                 (length test-forms))
            (if skip-tests
                (let ((max-test-name (length (symbol-name (caar skip-tests)))))
                  (dolist (skipped (cdr skip-tests))
   *default-database*)
 
 (defun rl ()
-  (rapid-load :postgresql))
+  (rapid-load :postgresql-socket3))
 
 (defun rlm ()
   (rapid-load :mysql))