print success on current-output-port
svn: r16787
This commit is contained in:
parent
5bba93dd09
commit
960bf4caab
|
@ -551,7 +551,7 @@ reflects the (broken) spec).
|
|||
(define (show-test-results)
|
||||
(cond
|
||||
[(= failed-tests 0)
|
||||
(fprintf (current-error-port) "passed all ~a tests\n" total-tests)]
|
||||
(fprintf (current-output-port) "passed all ~a tests\n" total-tests)]
|
||||
[else
|
||||
(fprintf (current-error-port) "failed ~a out of ~a tests\n" failed-tests total-tests)]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user