Update run-metrics target to the same as run
This commit is contained in:
parent
0cbdff1b5d
commit
eed6262f27
4
Makefile
4
Makefile
@ -48,8 +48,8 @@ run: $(ENV)/bin/minitor config.yml
|
|||||||
|
|
||||||
# Runs Minitor with metrics
|
# Runs Minitor with metrics
|
||||||
.PHONY: run-metrics
|
.PHONY: run-metrics
|
||||||
run-metrics: $(ENV) config.yml
|
run-metrics: $(ENV)/bin/minitor config.yml
|
||||||
$(ENV)/bin/python -m minitor.main --metrics
|
$(ENV)/bin/minitor -vvv --metrics
|
||||||
|
|
||||||
# Runs tests with tox
|
# Runs tests with tox
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
Loading…
Reference in New Issue
Block a user