aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e07d08c..462b9fd 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ all: editor
staticcheck || true
maligned || true
git diff --unified=0 testdata *.golden
- grep -n 'FAIL\|PASS' log
+ grep -n --color=always 'FAIL\|PASS' log
go version
date 2>&1 | tee -a log