tests: Make check-hdb-mitdb a bit more verbose

This commit is contained in:
Nicolas Williams
2024-01-16 11:32:15 -06:00
parent 408a62a7b4
commit 7a0915c630

View File

@@ -44,7 +44,8 @@ testfailed="echo test failed; cat messages.log; exit 1"
# If there is no ldap support compiled in, disable test
if ${kdc} --builtin-hdb | grep mit-db > /dev/null ; then
:
echo "Testing MIT KDB support"
${kdc} --builtin-hdb
else
echo "no MIT KDB support"
exit 77