From 4135a925893d8d5ba26779a1b4d93caf9a5dff71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Wed, 3 Mar 2021 18:22:57 +0100 Subject: [PATCH] Update README with tests --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6422af4..4186413 100644 --- a/README.md +++ b/README.md @@ -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 -``` +