tests: Improve tests

This commit is contained in:
Björn Busse 2021-03-03 22:16:55 +01:00
parent f052f01ebf
commit 0c033f45b8
4 changed files with 34 additions and 4 deletions

View file

@ -17,9 +17,10 @@ all:
protoc -I=/usr/local/include/ --proto_path=. --python_out=$(bindings_path) server/zookeeper/*.proto
test:
./hbase-setup.sh
./tests/install_bash_unit.sh
./bash_unit
./bash_unit tests/test_hbase_up.sh
./bash_unit tests/test_hbase_exporter_up.sh
clean:
rm -rf $(hbase_tmp_path)