From ec347206c76ab01eaef56f442311ff9ef168d610 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Fri, 30 Jun 2023 15:15:14 +0200 Subject: [PATCH] fix: do not use verbose --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 097b5653b..976de4b8a 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ test-cargateway: provision-cargateway fixtures.car gateway-conformance test-kubo-subdomains: provision-kubo gateway-conformance ./kubo-config.example.sh - ./gateway-conformance test --verbose --json reports/output.json --gateway-url http://127.0.0.1:8080 --subdomain-url http://example.com:8080 + ./gateway-conformance test --json reports/output.json --gateway-url http://127.0.0.1:8080 --subdomain-url http://example.com:8080 test-kubo: provision-kubo gateway-conformance - ./gateway-conformance test --verbose --json reports/output.json --gateway-url http://127.0.0.1:8080 --specs -subdomain-gateway + ./gateway-conformance test --json reports/output.json --gateway-url http://127.0.0.1:8080 --specs -subdomain-gateway provision-cargateway: ./fixtures.car # cd go-libipfs/examples/car && go install