forked from josch/mmdebstrap
coverage.sh: check for pod2man errors
This commit is contained in:
parent
4ca0556cd2
commit
2f768b07dc
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ if [ -e ./mmdebstrap ]; then
|
|||
fi
|
||||
|
||||
perlcritic --severity 4 --verbose 8 ./mmdebstrap
|
||||
|
||||
pod2man ./mmdebstrap >/dev/null
|
||||
fi
|
||||
|
||||
for f in tarfilter coverage.py caching_proxy.py; do
|
||||
|
|
Loading…
Reference in a new issue