Fix syntax error

This commit is contained in:
Björn Busse 2021-03-06 01:30:30 +01:00
parent 98124f57a8
commit bc06db7095
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup_suite() {
printf "Starting hbase-exporter\n"
./hbase-exporter --zookeeper-server="${ZK_SERVER:-"127.0.0.1"}" \
--hbase-pseudo-distributed=True \
--hbase-table="foo" > dev/null 2>&1
--hbase-table="foo" > /dev/null 2>&1
PID=$!
printf "Waiting %ss to gather exporter values\n" ${HBASE_EXPORTER_TIME_STARTUP}
sleep $HBASE_EXPORTER_TIME_STARTUP