r9134: add machine-type to report
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 23 Apr 2004 02:34:40 +0000 (02:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 23 Apr 2004 02:34:40 +0000 (02:34 +0000)
tests/utils.lisp

index f6f4e5170366359461bc616907e25e0d0c98535a..f73edbc39e6afa37823695cdb8c6c41a2f4a0e76 100644 (file)
                               machine-type)
              form
            (if failed-tests
                               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
                        (db-title db-type underlying-db-type)
                        (length failed-tests)
                        total-tests
+                       machine-type
                        impl-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
                        (db-title db-type underlying-db-type)
                        total-tests
+                       machine-type
                        impl-type))))))))
                        impl-type))))))))