X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=8312784216c8fd84f50f4575f255bab0de691363;hb=da9282a5c0ce927c613f1706f1c51796c75e16e4;hp=d1de92e94668eda0afacc5dc61e6148c2a2472af;hpb=71c68c68c83c7dce7fb5e6243baa365f28f70ebe;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index d1de92e..8312784 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -216,7 +216,9 @@ (%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))