"make check-shadow" now produces useful output

This commit is contained in:
Mechiel Lukkien 2023-02-05 16:28:44 +01:00
parent 642a328ae1
commit f83fe79f96
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ check:
# having "err" shadowed is common, best to not have others
check-shadow:
go vet -vettool=$$(which shadow) ./...
go vet -vettool=$$(which shadow) ./... 2>&1 | grep -v '"err"'
fuzz:
go test -fuzz FuzzParseSignature -fuzztime 5m ./dkim