From 7a0915c63029c51112fb48a3ec407711cc69563c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 16 Jan 2024 11:32:15 -0600 Subject: [PATCH] tests: Make check-hdb-mitdb a bit more verbose --- tests/kdc/check-hdb-mitdb.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kdc/check-hdb-mitdb.in b/tests/kdc/check-hdb-mitdb.in index a241aeb4a..b5ce24a8d 100644 --- a/tests/kdc/check-hdb-mitdb.in +++ b/tests/kdc/check-hdb-mitdb.in @@ -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