Boost logo

Boost :

Subject: Re: [boost] Running Boost Regression Tests
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-04 07:49:56


frederic.bron_at_[hidden] wrote:

> The error message listed below is not relevant as I was reinstalling cygwin at the same time...
> sorry for that. However, I can now run the tests for cygwin but I would like to submit a change to
> tools_regression/src/regression.py (see below), can I do this?
>
> Index: regression.py
> ===================================================================
> --- regression.py (revision 50110)
> +++ regression.py (working copy)
> @@ -149,7 +149,7 @@
> self.tools_regression_root = os.path.join( self.regression_root,'tools_regression' )
> self.xsl_reports_dir = os.path.join( self.tools_regression_root, 'xsl_reports' )
> self.timestamp_path = os.path.join( self.regression_root, 'timestamp' )
> - if sys.platform == 'win32':
> + if sys.platform == 'win32' or sys.platform == 'cygwin':
> self.patch_boost = 'patch_boost.bat'
> self.bjam = { 'name' : 'bjam.exe' }
> self.process_jam_log = { 'name' : 'process_jam_log.exe' }

Seems like a reasonable change.

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk