OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3735-g9c391e7
Gerrit Code Review
gerrit@openafs.org
Wed, 1 May 2013 07:19:43 -0700 (PDT)
The following commit has been merged in the master branch:
commit 04605389d7ac89c32e4b2576d4894b4da94d3a24
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Tue Apr 30 15:38:24 2013 -0400
tests: make a plan for man page checks
Split the man page check routine into two routines; one to get the list
of sub-commands for a command, and another to verify a man page exists
for each sub-command. Use the list of sub-commands to set up the
Test::More plan before running the tests.
Setting the plan before running the tests allows the the man page tests
to run on systems which ship older versions the Test::More module.
Change-Id: I1ed6fb87989e1deff4696562f3b917140592ed17
Reviewed-on: http://gerrit.openafs.org/9835
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
tests/bozo/bos-man-t | 9 +++---
tests/bucoord/backup-man-t | 9 +++---
tests/kauth/kas-man-t | 9 +++---
tests/ptserver/pts-man-t | 9 +++---
tests/tests-lib/perl5/mancheck_utils.pm | 44 +++++++++++++++++--------------
tests/venus/fs-man-t | 9 +++---
tests/volser/vos-man-t | 12 +++-----
7 files changed, 49 insertions(+), 52 deletions(-)
--
OpenAFS Master Repository