From e4a3ce8b9d5d994e233771c6d56e36a46ba31cb2 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 4 Dec 2019 23:31:47 +0100 Subject: [PATCH] Cleanup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c869764..f009827a 100644 --- a/Makefile +++ b/Makefile @@ -75,13 +75,13 @@ venv: test: - @echo $(H1)Running tests on the current Python interpreter $(HEADER_EXTRA) $(H1END) + @echo $(H1)Running tests$(HEADER_EXTRA)$(H1END) $(VENV_BIN)/py.test $(COV) ./httpie $(COV) ./tests --doctest-modules --verbose ./httpie ./tests @echo test-cover: COV=--cov -test-cover: HEADER_EXTRA='(with coverage)' +test-cover: HEADER_EXTRA=' (with coverage)' test-cover: test