diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-08-30 23:16:45 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-08-30 23:16:45 +0200 |
commit | c26bc822d86191c2e3f2334bb6a17c2846843dfe (patch) | |
tree | 2f7be869e7f78ab517db3716634b899cf8153a96 /Makefile | |
parent | 52432161b4a8a11a8e06bcf502037684858eb194 (diff) |
WIPS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |