From 0156f637beee4b65107e94a2c9f8faf60de6556b Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Sat, 19 Dec 2009 19:24:15 +0100 Subject: [PATCH] Better finalt test summary --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 37459a9..145cac8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -15,8 +15,8 @@ test: $(TESTS) @FAILED=0; \ for T in $^; do "./$$T" || FAILED=$$((FAILED+1)); done; \ if [ "$$FAILED" -gt "0" ]; then \ - UNIT="tests"; \ - test "$$FAILED" == "1" && UNIT="test"; \ + UNIT="unit tests"; \ + test "$$FAILED" == "1" && UNIT="unit test"; \ echo "*** $$FAILED $$UNIT failed. Please tell developers about it."; \ echo "Your report can make this world better!"; \ exit 1; \ -- 2.11.4.GIT