Caution
Buildbot no longer supports Python 2.7 on the Buildbot master.
2.5.12.27. Test
from buildbot.plugins import steps
f.addStep(steps.Test())
This is meant to handle unit tests.
The default command is make test, and the warnOnFailure
flag is set.
The other arguments are identical to ShellCommand
.