Boost C++ Libraries: Ticket #4916: regression.py: wrong argument in calls to command_cleanup() https://svn.boost.org/trac10/ticket/4916 <p> regression.py makes three calls to self.command_cleanup(), two as such: <code>self.command_cleanup( [ 'bin' ] )</code> </p> <p> These calls don't have the intended effect, as <code> [ 'bin' ] </code> passed becomes <code> (['bin'],) </code> as command_cleanup's args, and </p> <pre class="wiki"> if 'bin' in args: </pre><p> fails. </p> <p> Patch to fix attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4916 Trac 1.4.3 Jim Bell <jim@…> Wed, 01 Dec 2010 13:13:26 GMT attachment set https://svn.boost.org/trac10/ticket/4916 https://svn.boost.org/trac10/ticket/4916 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">regr_cleanup.patch</span> </li> </ul> Ticket Jim Bell <jim@…> Wed, 01 Dec 2010 13:17:16 GMT <link>https://svn.boost.org/trac10/ticket/4916#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4916#comment:1</guid> <description> <p> The symptom-centric description: regression testing with '--have-source' or '--force-update' should clean up the binaries and do a full run, but instead act the same as '--incremental'. </p> </description> <category>Ticket</category> </item> <item> <author>Vicente Botet <vicente.botet@…></author> <pubDate>Tue, 07 Dec 2010 18:05:36 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/4916#comment:2 https://svn.boost.org/trac10/ticket/4916#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Steven Watanabe Fri, 08 Apr 2011 01:40:00 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4916#comment:3 https://svn.boost.org/trac10/ticket/4916#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/71101" title="Fix bug that was preventing the results directory from getting cleaned ...">[71101]</a>) Fix bug that was preventing the results directory from getting cleaned up when run.py was invoked with --force-update. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4916" title="#4916: Patches: regression.py: wrong argument in calls to command_cleanup() (closed: fixed)">#4916</a>. </p> Ticket