fixed problem in the go vet check

This commit is contained in:
Christian Mouchet
2022-05-23 10:58:43 +02:00
committed by Jean-Philippe Bossuat
parent f21cf19578
commit 272532031d

View File

@@ -42,8 +42,7 @@ static_check: check_tools
false;\
fi
@GOVETOUT=$$(go vet ./... 2>&1); \
if [ -z "$$GOVETOUT" ]; then\
@if GOVETOUT=$$(go vet ./... 2>&1); then\
echo "go vet: OK";\
else \
echo "go vet: problems in files:";\