On Monday, 18 July 2016 18:02:11 CEST Richard W.M. Jones wrote:
podcheck.pl is run as part of the tests to perform various
checks on the documentation and the tool.
Currently we check only that the documented options matches the
options that the tool implements and vice versa. This commit would
also allow us (in future) to check --help, --long-options,
--short-options, --version output.
This commit includes scripts to run the tests and various fixes to the
manual pages to ensure that the tests pass.
---
LGTM, just one small note:
+delete $tool_option_exists{"--debug-gc"};
This shouldn't be needed anymore.
Thanks,
--
Pino Toscano