sleep some extra time before killing java pid so it will have a chance

write it's stdout to disk
This commit is contained in:
Love Hornquist Astrand
2011-09-19 11:10:16 +02:00
parent a2256e00d8
commit 6272abb227

View File

@@ -125,6 +125,8 @@ ${kinit} --password-file=${objdir}/foopassword lha@$R || \
env KRB5CCNAME=${cache} \
${gssclient} --port=4717 --service=host localhost || exit 1
sleep 5
kill ${javapid}
grep 'Exception in thread' output.tmp && exit 1