OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-215-gfbf6f8f
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Apr 2025 10:42:36 -0400
The following commit has been merged in the master branch:
commit fbf6f8f92079ea5b11fb01aa25de6f83b31b4694
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Mar 28 16:42:02 2025 -0500
tests: Skip manpage tests if manpages aren't built
Since commit fdd0a4fb33 (doc: Generate man pages with the build system),
building the manpages is now optional; they aren't built if perl (or one
of the needed perl modules) isn't installed. But if we build without
generating manpages, all of the manpage tests will fail, since the
manpages aren't there.
Skip the manpage tests if we can't find any manpages, so our unit tests
don't fail in that case.
Change-Id: I66d6b06025d6a2ee193a0955be22a0e8cfadb17a
Reviewed-on: https://gerrit.openafs.org/16359
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
tests/tests-lib/perl5/mancheck_utils.pm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository