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