Skip to content

Commit

Permalink
Add URL to CometMock to flag
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 6, 2023
1 parent e184759 commit 86fba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
parallel = flag.Bool("parallel", false, "run all tests in parallel")
localSdkPath = flag.String("local-sdk-path", "",
"path of a local sdk version to build and reference in integration tests")
useCometmock = flag.Bool("use-cometmock", false, "use cometmock instead of CometBFT")
useCometmock = flag.Bool("use-cometmock", false, "use cometmock instead of CometBFT. see https://github.com/informalsystems/CometMock")
useGorelayer = flag.Bool("use-gorelayer", false, "use go relayer instead of Hermes")
)

Expand Down

0 comments on commit 86fba17

Please sign in to comment.