[functional-tests] Don't reiterate the failures if there were no
successes.
This commit is contained in:
parent
a424417475
commit
9ba75c890b
@ -158,7 +158,7 @@
|
||||
(begin (inc! fail)
|
||||
(set! fail-keys (cons keys fail-keys))
|
||||
(dsp "fail"))))))
|
||||
(unless (zero? fail)
|
||||
(unless (or (zero? fail) (zero? pass))
|
||||
(fmt #t nl (dsp "There were failures:") nl)
|
||||
(fmt-scenarios fail-keys
|
||||
(lambda (_)
|
||||
|
Loading…
x
Reference in New Issue
Block a user