Subject: [Boost-bugs] [Boost C++ Libraries] #2163: regression.py can't find bjam.exe under CygWin
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-08-02 13:03:15
#2163: regression.py can't find bjam.exe under CygWin
----------------------------------+-----------------------------------------
Reporter: jim_at_[hidden] | Owner: grafik
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: Regression Testing
Version: Boost 1.35.0 | Severity: Showstopper
Keywords: CygWin regression.py |
----------------------------------+-----------------------------------------
regression.py won't run under cygwin without this change in line 192:
if sys.platform in ['win32', 'cygwin']:
Was:
if sys.platform == 'win32':
It's right to consider cygwin to be unix, but cygwin names its executables
with a .exe extension.
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2163> 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:58 UTC