Subject: [Boost-bugs] [Boost C++ Libraries] #1889: regression.py can't be run from a path with spaces (Windows)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-05-02 12:59:05
#1889: regression.py can't be run from a path with spaces (Windows)
----------------------------------------------------------+-----------------
Reporter: David Walthall <walthall_at_[hidden]> | Type: Bugs
Status: new | Milestone: Boost 1.36.0
Component: None | Version: Boost 1.35.0
Severity: Problem | Keywords: regression.py windows spaces
----------------------------------------------------------+-----------------
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.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1889>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC