You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/e2e/main.go
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ var (
40
40
var (
41
41
useConsumerVersion=flag.String("consumer-version", "", "ICS tag to specify the consumer version to test the provider against")
42
42
useProviderVersion=flag.String("provider-version", "", "ICS tag to specify the provider version to test the consumer against")
43
+
transformGenesis=flag.Bool("transform-genesis", false, "do consumer genesis transformation for newer clients. Needed when provider chain is on an older version")
43
44
)
44
45
45
46
// runs E2E tests
@@ -51,14 +52,14 @@ func main() {
51
52
ifshortHappyPathOnly!=nil&&*shortHappyPathOnly {
52
53
fmt.Println("=============== running short happy path only ===============")
0 commit comments