[Buildbot-commits] buildbot/docs buildbot.texinfo,1.149,1.150
Brian Warner
warner at users.sourceforge.net
Tue May 27 00:52:31 UTC 2008
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11485/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ #228:perl-module-tests.patch]
Patch by Neil Hemingway <nhemingway at googlemail.com> to add a PerlModuleTest step
Original author: dustin at v.igoro.us
Date: 2008-05-27 00:05:57+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- buildbot.texinfo 26 May 2008 23:52:31 -0000 1.149
+++ buildbot.texinfo 27 May 2008 00:52:29 -0000 1.150
@@ -4927,6 +4927,7 @@
* Compile::
* Test::
* TreeSize::
+* PerlModuleTest::
* SetProperty::
* Build Properties::
@end menu
@@ -4994,6 +4995,15 @@
aka 'KiB' or 'kibibytes') on the step's status text, and sets a build
property named 'tree-size-KiB' with the same value.
+ at node PerlModuleTest, Build Properties, TreeSize, Simple ShellCommand Subclasses
+ at subsubsection PerlModuleTest
+
+ at bsindex buildbot.steps.shell.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.
+
@node SetProperty
@subsubsection SetProperty
More information about the Commits
mailing list