From e416bfe7f545745f136c7a01b00c6471627b2bfa Mon Sep 17 00:00:00 2001 From: toonn Date: Sun, 14 Oct 2018 23:20:56 +0200 Subject: Replace targets with test_py It's easier to keep the test and test_py targets synchronized by having the former depend on the latter. Changed the wording of the test_py success message to be less suspenseful. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4daf0b46..ede6120f 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ test_pytest: py.test tests test_py: test_pylint test_flake8 test_doctest test_pytest test_other - @echo "Finished python and documentation tests..." + @echo "Finished python and documentation tests!" test_shellcheck: @echo "Running shellcheck..." @@ -123,7 +123,7 @@ test_other: @echo "Checking completeness of man page..." @tests/manpage_completion_test.py -test: test_pylint test_flake8 test_doctest test_pytest test_shellcheck test_other +test: test_py test_shellcheck @echo "Finished testing: All tests passed!" man: -- cgit 1.4.1-2-gfad0