04a1ecc4f4
validate-glide is called with errexit enabled (in script/make.sh that sources validate-glide), which means that grep returning a non-zero exit code will cause the script to terminate prematurely. Thus, we will never get to the point where we see the error message. The fix is to embed the grep check directly inside the if statement. |
||
---|---|---|
.. | ||
.validate | ||
binary | ||
ca-certificates.crt | ||
crossbinary | ||
deploy-docker.sh | ||
deploy.sh | ||
generate | ||
make.sh | ||
test-integration | ||
test-unit | ||
validate-errcheck | ||
validate-glide | ||
validate-gofmt | ||
validate-golint | ||
validate-govet | ||
validate-misspell |