Skip to content
Snippets Groups Projects
Commit 94e73275 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16252

i=Eric.Mei
exit with error if SEC is set, but lgss_keyring not found
parent c6efb6dc
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,8 @@ init_test_env() {
case "x$SEC" in
xkrb5*)
echo "Using GSS/krb5 ptlrpc security flavor"
which lgss_keyring > /dev/null 2>&1 || \
error "built with gss disabled! SEC=$SEC"
GSS=true
GSS_KRB5=true
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment