diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7b87a607..8636b170 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ test_pytest: py.test tests test: test_pylint test_flake8 test_doctest test_pytest - @echo "Finished testing." + @echo "Finished testing: All tests passed!" man: pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \ |