<div dir="ltr">Hi,<div><br></div><div>Someone has made changes in the past few days which have broken</div><div>many of the buildbots.  For example, in this build:</div><div><br></div><div><a href="https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio">https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio</a><br></div><div><br></div><div>There is this:</div><div><br></div>python -m tox -r -e py27-tests "" in dir /buildslave/debian8-py2.7/Twisted (timeout 1200 secs) watching logfiles {'test.log': 'build/py27-tests/tmp/_trial_temp/test.log'} argv: ['python', '-m', 'tox', '-r', '-e', 'py27-tests', '']<div><br></div><div>The last argument being passed to python is an empty string.</div><div>This is causing an empty string to be passed to trial, and</div><div>consequently none of the tests are being run.</div><div><br></div><div>This empty string is causing none of the tests to run, which is causing</div><div>the build to fail.  The fix is either to:</div><div><br></div><div>(1)  eliminate the last parameter</div><div><br></div><div>(2)  the last parameter should not be an empty string, but should be "twisted"</div><div>      so that trial is invoked as "trial twisted".</div><div><br></div><div>I don't understand the buildbot scripts so don't know where to fix this.</div><div><br></div><div>Can someone fix this?</div><div><br></div><div>--</div><div>Craig</div></div>