From eed6262f274d796a68a7139cffa932a24f32767a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 6 Jan 2020 18:47:15 -0800 Subject: [PATCH] Update run-metrics target to the same as run --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8eabf9f..38f50b7 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ run: $(ENV)/bin/minitor config.yml # Runs Minitor with metrics .PHONY: run-metrics -run-metrics: $(ENV) config.yml - $(ENV)/bin/python -m minitor.main --metrics +run-metrics: $(ENV)/bin/minitor config.yml + $(ENV)/bin/minitor -vvv --metrics # Runs tests with tox .PHONY: test