
frederic.bron@alcan.com 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