[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r919685 - avoid a blank line after every normal line of test output

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 10 Mar 2010 10:44:29 +0000

On Sat, 2010-03-06, rhuijben_at_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)
Received on 2010-03-10 11:45:02 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.