You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Sperling <st...@elego.de> on 2011/03/28 13:46:45 UTC

Re: svn propchange: r1081487 - svn:log

On Fri, Mar 25, 2011 at 08:38:55PM -0000, hwright@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!