From 4d53f8f577f63108fa44c2a2513ab1641d12ada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 9 Aug 2007 02:44:29 +0000 Subject: [PATCH] trap kill output, silence picky tail. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21875 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-iprop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index 0a2789384..8fbe4751e 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -91,7 +91,7 @@ ipdm= kdcpid= > iprop-stats -trap "echo 'killing ipropd s + m + kdc'; kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log iprop-stats; exit 1;" EXIT +trap "echo 'killing ipropd s + m + kdc'; kill \${ipdm} \${ipds} \${kdcpid} >/dev/null 2>/dev/null; tail messages.log ; tail iprop-stats; exit 1;" EXIT echo Starting kdc ${kdc} &