My experience with buildr is limited, but I don't remember it buffering console 
output during the test phase.

If I do

$ buildr clean test

the console output pauses here

Running tests in parent:vzservice:vzserver
Trying to override old definition of datatype junit
    [junit] Testsuite: org.foo.rest.TestIngest
<pause>

whereupon when the tests (of the JUnit4 variety) finish, I get the full console 
output in one large dump.

But if I do

$ buildr --trace clean test

I can see the individual tests being invoked as they execute.

Is this buffered output normal during the test phase?



--
Mark Petrovic


Reply via email to