On Sat, 2010-03-06, rhuij...@apache.org wrote:
> Author: rhuijben
> Date: Sat Mar  6 01:42:43 2010
> New Revision: 919685
> 
> URL: http://svn.apache.org/viewvc?rev=919685&view=rev
> Log:
> * subversion/tests/cmdline/svntest/main.py
>   (TestSpawningThread.run_one):
>      Don't use binary mode for spawning parallel testcase processes to
>      avoid a blank line after every normal line of test output on Windows,
>      when running tests parallel.

Hooray!  That's been niggling me for a long time when I look at the
buildbot emails.  Thanks, Bert.

- Julian


> subversion/tests/cmdline/svntest/main.py
> -    result, stdout_lines, stderr_lines = spawn_process(command, 1, None, 
> *args)
> +    result, stdout_lines, stderr_lines = spawn_process(command, 0, None, 
> *args)


Reply via email to