From 23e6741482065cc9e920b6de3af4a232702e2773 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 19 Dec 2017 13:17:31 +0000 Subject: [PATCH] moar logging --- scripts/travis-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index 6021f5b7..0b9dc363 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -42,6 +42,9 @@ function travis_end { function kill_kafka { echo "killing kafka" killall -v java + sleep 2 + ps xf + date } if [ "${TEST_SUITE:-lint}" == "lint" ]; then