tests: Improve tests
This commit is contained in:
parent
f052f01ebf
commit
0c033f45b8
4 changed files with 34 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue