From a627197f596cd61097ba440ad172a9d17f0077ae Mon Sep 17 00:00:00 2001 From: Ramon Henrique Pereira Ribeiro Date: Thu, 7 May 2020 07:55:21 -0300 Subject: [PATCH] makefile: Print test report colored --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9218eb7b..044b1410 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ http-docs: .PHONY: test test: - $(GOTEST) + $(GOTEST) | sed ''/PASS/s//$$(printf "\033[32mPASS\033[0m")/'' | sed ''/FAIL/s//$$(printf "\033[31mFAIL\033[0m")/'' | grep -v RUN .PHONY: lint lint: