* lib.scm (full-reporter): The test name is the cadr of the
authorJim Blandy <jimb@red-bean.com>
Wed, 9 Jun 1999 08:57:23 +0000 (08:57 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 9 Jun 1999 08:57:23 +0000 (08:57 +0000)
result, not the cdr.  I'm not macho enough to handle run-time
typechecking.

test-suite/lib.scm

index a0e0896..8eced3a 100644 (file)
                 ((error) "ERROR")
                 (else #f))))
     (if label
-       (display-line label ": " (format-test-name (cdr result)))
+       (display-line label ": " (format-test-name (cadr result)))
        (error "(test-suite lib) FULL-REPORTER: unrecognized result: "
               result))))