diff --git a/Makefile b/Makefile index e19459c..9de94c6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ test: build docker-compose up -d docker-compose run --rm accumulo-master bash -c "set -e \ && source /sbin/accumulo-lib.sh \ - && wait_until_accumulo_is_available \ + && wait_until_accumulo_is_available accumulo zookeper \ && accumulo shell -p GisPwd -e 'info'" docker-compose down