help debug why errors aren't reported
All checks were successful
/ checks (pull_request) Successful in 38s
All checks were successful
/ checks (pull_request) Successful in 38s
This commit is contained in:
parent
a284823308
commit
46872eabb8
1 changed files with 3 additions and 0 deletions
|
|
@ -294,5 +294,8 @@ for nlnet_dir in nlnet-*/; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
if (($any_errors)); then
|
||||||
|
echo "errors running check-consistency.sh" >&2
|
||||||
|
fi
|
||||||
exit $any_errors
|
exit $any_errors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue