TAP::Harness::JUnit does not flush output to STDOUT

143 Views Asked by At

I am running a test script using the prove utility and TAP::Harness::JUnit.

The output is getting buffered and not flushed immediately as compared to running with perl.

prove -v --timer --harness=TAP::Harness::JUnit <script name>

The same works fine when run locally on the machine itself. Is there any option available in prove or TAP::Harness::JUnit to flush the output on STDOUT as well as capture in an XML file

0

There are 0 best solutions below