Fixed the output from separated test in parallel test
To output to the STDOUT of the parent process according to the parallel test protocol, should send to the MiniTest::Unit.output instead of each own STDOUT.
MiniTest::Unit.output
Fixed the output from separated test in parallel test
To output to the STDOUT of the parent process according to the
parallel test protocol, should send to the
MiniTest::Unit.outputinstead of each own STDOUT.