X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Futils.lisp;fp=tests%2Futils.lisp;h=f73edbc39e6afa37823695cdb8c6c41a2f4a0e76;hp=f6f4e5170366359461bc616907e25e0d0c98535a;hb=e02d79979cb676b5e8d96b16456922afe77f4f74;hpb=967266c94b00f91e5967b8330fe2b9134b0c0447 diff --git a/tests/utils.lisp b/tests/utils.lisp index f6f4e51..f73edbc 100644 --- a/tests/utils.lisp +++ b/tests/utils.lisp @@ -88,12 +88,14 @@ machine-type) form (if failed-tests - (format output "~&~A: ~D of ~D tests failed (~A).~&" + (format output "~&~A: ~D of ~D tests failed (~A, ~A).~&" (db-title db-type underlying-db-type) (length failed-tests) total-tests + machine-type impl-type) - (format output "~&~A: All ~D tests passed (~A).~%" + (format output "~&~A: All ~D tests passed (~A, ~A).~%" (db-title db-type underlying-db-type) total-tests + machine-type impl-type))))))))