From 6b0c391865feeb5be5ad0ae50b53442ad624e38d Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 26 Sep 2023 14:17:28 +0100 Subject: [PATCH] Update Makefile Co-authored-by: James Hewitt Signed-off-by: Milos Gajdos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84338fe9e..de9b1dd23 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ run-s3-tests: ## run S3 storage driver integration tests S3_ENCRYPT=false \ REGION_ENDPOINT=http://127.0.0.1:9000 \ S3_SECURE=false \ - go test -v -count=1 ./registry/storage/driver/s3-aws/... + go test ${TESTFLAGS} -count=1 ./registry/storage/driver/s3-aws/... ##@ Validate