From: grev Date: Tue, 12 Aug 2008 15:38:22 +0000 (+0000) Subject: b=16252 X-Git-Tag: v1_9_50~15 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=94e732753a60c42aedcbc51e943bf423966b51dc;p=fs%2Flustre-release.git b=16252 i=Eric.Mei exit with error if SEC is set, but lgss_keyring not found --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 49054f6..c453c8e 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -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 ;;