From 36566c31a079761ba24f5335695d430f70e04456 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 14 Dec 2009 22:12:29 -0800 Subject: [PATCH] sprinkle more 'echo "test failed"' --- tests/gss/check-context.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index caa039690..3587f7cf9 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -391,7 +391,8 @@ ${context} \ { exitcode=1 ; echo "test failed"; } echo "Getting client initial ticket" -${kinit} --password-file=${objdir}/foopassword user1@${R} || exitcode=1 +${kinit} --password-file=${objdir}/foopassword user1@${R} || \ + { exitcode=1 ; echo "test failed"; } # Pre-poplute the cache since tgs-req will fail since our time is wrong ${kgetcred} host/lucid.test.h5l.se@${R} || \ { exitcode=1 ; echo "test failed"; } @@ -407,7 +408,8 @@ ${context} \ echo "Getting client initial tickets (use-referrals)" ${kinit} \ --password-file=${objdir}/foopassword \ - --use-referrals user1@${R} || exitcode=1 + --use-referrals user1@${R} || \ + { exitcode=1 ; echo "test failed"; } # XXX these tests really need to use somethat that resolve to something ${context} \