OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1333-gf0774ac

Gerrit Code Review gerrit@openafs.org
Tue, 28 Jun 2011 12:52:52 -0700 (PDT)


The following commit has been merged in the master branch:
commit f0774acd73b4698be72a5a6c46534fec7dab621c
Author: Jeff Blaine <jblaine@kickflop.net>
Date:   Thu Jun 16 19:58:49 2011 -0400

    Introduce TAP tests of man pages for command_subcommand
    
    Introduces the first batch of man page testing as part of
    the TAP tests.  We would like to fail, for example, when
    someone has added a new command to vos but not AHEM documented
    it.
    
    For now, the tests consist of checking to ensure that for
    every subcommand listed in the output of "command help"
    (e.g. vos help), fail the test if there is not a man page
    for those (e.g. vos_delentry.1 etc).
    
    Copy any of the -man-t tests and edit to make a new one
    
    All tests make use of a simple new Perl library stored
    in tests-lib/perl5 (a new area, not just named 'lib'
    because I didn't want it to be confused with a s test
    for a 'lib' in the src).
    
    Change-Id: I1e07adafe718c4549f1855c5e5b0d10dd9ab5f00
    Reviewed-on: http://gerrit.openafs.org/4846
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 tests/TESTS                             |    4 ++
 tests/bozo/bos-man-t                    |   26 +++++++++
 tests/bucoord/backup-man-t              |   26 +++++++++
 tests/kauth/kas-man-t                   |   26 +++++++++
 tests/ptserver/pts-man-t                |   26 +++++++++
 tests/tests-lib/perl5/mancheck_utils.pm |   86 +++++++++++++++++++++++++++++++
 tests/venus/fs-man-t                    |   26 +++++++++
 tests/volser/vos-man-t                  |   27 ++++++++++
 8 files changed, 247 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository