X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;fp=tests%2Ftest-init.lisp;h=8312784216c8fd84f50f4575f255bab0de691363;hp=d1de92e94668eda0afacc5dc61e6148c2a2472af;hb=f2e97f7b39c1cf82b6f3d1cec9362e551761549e;hpb=336ddc51485bb6df9d9ea066ab40c47e129580ea 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))