Boost logo

Boost Testing :

From: David Walthall (walthall_at_[hidden])
Date: 2008-05-02 09:00:14


David Walthall wrote:
> It appears that there is a bug in regression.py. I think that both of
> the %s on line 365 should be quoted:
> self.svn_command( 'info --xml "%s" >"%s"' %
> (self.boost_root,svn_info_file) )
>
> instead of
>
> self.svn_command( 'info --xml "%s" >%s' %
> (self.boost_root,svn_info_file) )
>
> since the original line fails if the svn_info_file path has spaces in it.

I've added a Trac ticket for this issue: Ticket #1889

David


Boost-testing list run by mbergal at meta-comm.com