From e05029e7a952db0dda9a777a63ed7fb6dc9b64cd Mon Sep 17 00:00:00 2001 From: Magnus Edenhill Date: Sun, 27 Dec 2015 22:44:13 +0100 Subject: [PATCH] Call kafkacat when bootstrap is complete to make sure it is usable --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index d9297baf..aededfde 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -95,3 +95,5 @@ make echo "" echo "Success! kafkacat is now built" echo "" + +./kafkacat -V