Skip to content

Commit

Permalink
fix: do not use verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jun 30, 2023
1 parent c609022 commit ec34720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec34720

Please sign in to comment.