Open woodgear opened 7 months ago
The GinkgoWriter
output will only show when the test finally fails. You could try with ginkgo -v
to see the output streamed immediately (though this only works when running in series i.e. not with ginkgo -p
).
i did use ginkgo -v, and it still not output streamed.
what i expect is it should print "sth wrong" each 2s.
the output is
notice that "sth wrong" or "in eventually here" does not show out.