[functional-tests] only repeat failures if there are some :)
This commit is contained in:
parent
52f17c3230
commit
029db28b3b
@ -237,10 +237,11 @@
|
||||
(begin (inc! fail)
|
||||
(set! fail-keys (cons keys fail-keys))
|
||||
(dsp "fail"))))))
|
||||
(fmt #t nl (dsp "There were failures:") nl)
|
||||
(fmt-scenarios fail-keys
|
||||
(lambda (_)
|
||||
(dsp "fail")))
|
||||
(unless (zero? fail)
|
||||
(fmt #t nl (dsp "There were failures:") nl)
|
||||
(fmt-scenarios fail-keys
|
||||
(lambda (_)
|
||||
(dsp "fail"))))
|
||||
(fmt #t (cat nl
|
||||
(num pass)
|
||||
(dsp "/")
|
||||
|
Loading…
Reference in New Issue
Block a user