Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

perl_module_test.rst

File metadata and controls

17 lines (11 loc) · 570 Bytes
.. bb:step:: PerlModuleTest

PerlModuleTest

from buildbot.plugins import steps

f.addStep(steps.PerlModuleTest())

This is a simple command that knows how to run tests of perl modules. It parses the output to determine the number of tests passed and failed and total number executed, saving the results for later query. The command is prove --lib lib -r t, although this can be overridden with the command argument. All other arguments are identical to those for :bb:step:`ShellCommand`.