Add two new parameters for rake test task: synchronize output and omit test success. Both parameters require capturing stdout from the process. I also redirected stderr to stdout.
Synchronize output will ensure that all stdout outputs are synchronized, which is useful when using rake multitask option.
Omit test success only print tests that failed, especially useful when running long test suites with lots of stdout output or for CI.
Add two new parameters for rake test task: synchronize output and omit test success. Both parameters require capturing stdout from the process. I also redirected stderr to stdout.
Synchronize output will ensure that all stdout outputs are synchronized, which is useful when using rake multitask option.
Omit test success only print tests that failed, especially useful when running long test suites with lots of stdout output or for CI.