Update README with tests

This commit is contained in:
Björn Busse 2021-03-03 18:22:57 +01:00
parent 608396ec75
commit 4135a92589
1 changed files with 7 additions and 1 deletions

View File

@ -109,8 +109,14 @@ Ansible can be used to build and deploy the hbase-exporter
$ ansible-playbook -v -i inventory/env.yml deploy-hbase-exporter.yml -l host
````
### Test
To run the tests
```
$ make test
```
### Debug
To see the log
```
$ sudo journalctl -afn100 -uhbase-exporter
```