save log, wait longer

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-17 23:31:14 +00:00
parent 424f50dae2
commit 6693f72ef9

View File

@@ -111,10 +111,10 @@ ${kinit2} --password-file=${objdir}/foopassword user2@$R || \
echo "starting uu server (using user1)"
KRB5CCNAME=$cache1 ${uu_server} 2> uuserver.log &
uuspid=$!
sleep 2
sleep 5
echo "trying to contact server with client (using user2)"
KRB5CCNAME=$cache2 ${uu_client} localhost > /dev/null 2>/dev/null || \
KRB5CCNAME=$cache2 ${uu_client} localhost > messages.log 2>&1 || \
{ ec=1; eval "${testfailed}"; }
echo "checking if server got the right message"