about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorZabielski, Kamil <kamil.zabielski@outlook.com>2017-12-01 18:18:40 +0100
committerZabielski, Kamil <kamil.zabielski@outlook.com>2017-12-01 18:18:40 +0100
commita052151fa4ba459671313b177b17436d5ce782df (patch)
tree5b5bab89fd6e9d55f5087df92e6efc00f58e7ede /Makefile
parent8401c45a152d7898ef468e3afed2eb5277bd07f7 (diff)
downloadranger-a052151fa4ba459671313b177b17436d5ce782df.tar.gz
Fix missing `@` character
Signed-off-by: Zabielski, Kamil <kamil.zabielski@outlook.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2fe08cc..99d3f53e 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ test_doctest:
 	done
 
 test_pytest:
-	echo "Running py.test tests..."
+	@echo "Running py.test tests..."
 	py.test tests
 
 test: test_pylint test_flake8 test_doctest test_pytest