Use case for this is as follows:
We have a lot of functional tests that even with fastest run about ~10 minutes on our CI system. Sometimes developers will look at the log right away to see if the tests are passing and they should fix something, but sometimes they will only look when the build is already over. Using this option among with -vv would help us to both see failures in realtime and do not display errors twice in a final log.
Use case for this is as follows: We have a lot of functional tests that even with fastest run about ~10 minutes on our CI system. Sometimes developers will look at the log right away to see if the tests are passing and they should fix something, but sometimes they will only look when the build is already over. Using this option among with
-vv
would help us to both see failures in realtime and do not display errors twice in a final log.