From b6b739a7b7356a7a91dee6ea8a327f4c100c1969 Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 2 May 2024 02:38:06 -0400 Subject: [PATCH] set `-vet=off` to (hopefully) run all complement tests Signed-off-by: strawberry --- bin/complement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/complement b/bin/complement index b42905e2..f2dd44ca 100755 --- a/bin/complement +++ b/bin/complement @@ -34,7 +34,7 @@ set +o pipefail env \ -C "$COMPLEMENT_SRC" \ COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \ - go test -timeout 1h -json ./tests | tee "$LOG_FILE" + go test -vet=off -timeout 1h -json ./tests | tee "$LOG_FILE" set -o pipefail # Post-process the results into an easy-to-compare format