svn: r14003
This commit is contained in:
parent
37cde560a9
commit
d07a335324
|
@ -1850,9 +1850,13 @@
|
||||||
[(= tests 0)
|
[(= tests 0)
|
||||||
(printf "No tests run.\n")]
|
(printf "No tests run.\n")]
|
||||||
[(= test-failures 0)
|
[(= test-failures 0)
|
||||||
(if (= tests 1)
|
(cond
|
||||||
(printf "One test passed.\n")
|
[(= tests 1)
|
||||||
(printf "All ~a tests passed.\n" tests))]
|
(printf "One test passed.\n")]
|
||||||
|
[(= tests 2)
|
||||||
|
(printf "Both tests passed.\n")]
|
||||||
|
[else
|
||||||
|
(printf "All ~a tests passed.\n" tests)])]
|
||||||
[else
|
[else
|
||||||
(printf "~a test~a failed (out of ~a total).\n"
|
(printf "~a test~a failed (out of ~a total).\n"
|
||||||
test-failures
|
test-failures
|
||||||
|
|
Loading…
Reference in New Issue
Block a user