[Boost-bugs] [Boost C++ Libraries] #4916: regression.py: wrong argument in calls to command_cleanup()

Subject: [Boost-bugs] [Boost C++ Libraries] #4916: regression.py: wrong argument in calls to command_cleanup()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-01 13:13:11


#4916: regression.py: wrong argument in calls to command_cleanup()
-------------------------------------------+--------------------------------
 Reporter: Jim Bell <jim@…> | Owner: grafik
     Type: Bugs | Status: new
Milestone: Boost 1.46.0 | Component: Regression Testing
  Version: Boost 1.45.0 | Severity: Problem
 Keywords: regression.py command_cleanup |
-------------------------------------------+--------------------------------
 regression.py makes three calls to self.command_cleanup(), two as such:
 {{{self.command_cleanup( [ 'bin' ] )}}}

 These calls don't have the intended effect, as {{{ [ 'bin' ] }}} passed
 becomes {{{ (['bin'],) }}} as command_cleanup's args, and
 {{{
     if 'bin' in args:
 }}}
 fails.

 Patch to fix attached.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4916>
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:50:04 UTC