From f2df45620ff43922de005ffb31896b26c656c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 8 Aug 2007 06:45:04 +0000 Subject: [PATCH] dump more info. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21838 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-iprop.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index 7a26d6738..47614ad71 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -88,7 +88,10 @@ ipds= ipdm= kdcpid= -trap "kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log; echo 'killing ipropd slave + master'; exit 1;" EXIT +> iprop-stats +> messages.log + +trap "echo 'killing ipropd s + m + kdc'; kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log iprop-stats; exit 1;" EXIT echo Starting kdc ${kdc} & @@ -100,7 +103,6 @@ if [ "$?" != 0 ] ; then exit 1 fi -> iprop-stats echo "starting master" ${ipropdmaster} --hostname=localhost -k ${keytab} \ --database=${objdir}/current-db &