From 2bd7a92256849dd2a49c8a01c4bd3254bf023ef7 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 12 May 2024 02:41:04 -0400 Subject: [PATCH] complement: add `-tags="conduwuit_blacklist"` Signed-off-by: strawberry --- bin/complement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/complement b/bin/complement index 115a94e0..68f48680 100755 --- a/bin/complement +++ b/bin/complement @@ -31,7 +31,7 @@ set +o pipefail env \ -C "$COMPLEMENT_SRC" \ COMPLEMENT_BASE_IMAGE="$OCI_IMAGE" \ - go test -vet=off -timeout 1h -json ./tests | tee "$LOG_FILE" + go test -tags="conduwuit_blacklist" -v -timeout 1h -json ./tests | tee "$LOG_FILE" set -o pipefail # Post-process the results into an easy-to-compare format, sorted by Test name for reproducible results