id summary reporter owner description type status milestone component version severity resolution keywords cc 4916 regression.py: wrong argument in calls to command_cleanup() Jim Bell René Rivera "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." Patches closed Boost 1.46.0 Regression Testing USE GITHUB Boost 1.45.0 Problem fixed regression.py command_cleanup