mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 07:48:13 +03:00
"make check-shadow" now produces useful output
This commit is contained in:
parent
642a328ae1
commit
f83fe79f96
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ check:
|
|||||||
|
|
||||||
# having "err" shadowed is common, best to not have others
|
# having "err" shadowed is common, best to not have others
|
||||||
check-shadow:
|
check-shadow:
|
||||||
go vet -vettool=$$(which shadow) ./...
|
go vet -vettool=$$(which shadow) ./... 2>&1 | grep -v '"err"'
|
||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
go test -fuzz FuzzParseSignature -fuzztime 5m ./dkim
|
go test -fuzz FuzzParseSignature -fuzztime 5m ./dkim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user