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

Re: svn commit: r36149 - trunk

From: Blair Zajac <blair_at_orcaware.com>
Date: Wed, 25 Feb 2009 16:53:38 -0800

Bert Huijben wrote:
> Author: rhuijben
> Date: Wed Feb 25 16:51:17 2009
> New Revision: 36149
>
> Log:
> * win-tests.py
> (Http.d_start_daemon): Join arguments before passing them to
> win32process.CreateProcess.
>
> Modified:
> trunk/win-tests.py
>
> Modified: trunk/win-tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/win-tests.py?pathrev=36149&r1=36148&r2=36149
> ==============================================================================
> --- trunk/win-tests.py Wed Feb 25 15:39:37 2009 (r36148)
> +++ trunk/win-tests.py Wed Feb 25 16:51:17 2009 (r36149)
> @@ -166,6 +166,8 @@ for opt, val in opts:
> parallel = 1
> elif opt in ('--config-file'):
> config_file = val
> +
> +print (opts)

Did you mean to leave this in the commit?

Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1229953
Received on 2009-02-26 01:53:54 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.