On Fri, Mar 25, 2011 at 08:38:55PM -0000, hwri...@apache.org wrote: > Author: hwright > Revision: 1081487 > Modified property: svn:log > > Modified: svn:log at Fri Mar 25 20:38:55 2011 > ------------------------------------------------------------------------------ > --- svn:log (original) > +++ svn:log Fri Mar 25 20:38:55 2011 > @@ -1,2 +1,6 @@ > +Flush output from each of the C tests immediately after it runs. This > enables > +a process watching the log file to get immediate results, rather than waiting > +until all tests have run. > + > * subversion/tests/svn_test_main.c > (do_test_num): Flush stdout between individual tests.
This seems to make the test progress bar actually work for me :) Thanks!