From db5c3a6bcbcdc9c6df33489b1b97c83b66eba183 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 19 Dec 2017 11:54:06 +0000 Subject: [PATCH] logging --- scripts/travis-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index 900a6a97..b57fe3f7 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -40,6 +40,8 @@ function travis_end { } function kill_kafka { + echo "killing kafka" + set -x ./kafka/bin/kafka-server-stop.sh || true ./kafka/bin/zookeeper-server-stop.sh || true }