Skip to content

Commit 8121a18

Browse files
authored
Merge pull request #183 from ipfs/SgtPooki-patch-1
docs(readme): docker extract-fixtures --s/output/directory/
2 parents 41f88f8 + f475934 commit 8121a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Prebuilt image at `ghcr.io/ipfs/gateway-conformance` can be used for both `test`
7777

7878
```console
7979
$ # extract fixtures to ./fixtures directory
80-
$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --output fixtures --merged false
80+
$ docker run -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C extract-fixtures --directory fixtures --merged false
8181

8282
$ # run subdomain-gateway tests against endpoint at http://localhost:8080
8383
$ docker run --network host -v "${PWD}:/workspace" -w "/workspace" ghcr.io/ipfs/gateway-conformance:vA.B.C test --gateway-url http://localhost:8080 --json report.json --specs +subdomain-gateway,-path-gateway -- -timeout 30m

0 commit comments

Comments
 (0)