Skip to content

Commit

Permalink
Fix path for running acceptance tests (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert authored Oct 7, 2022
1 parent 717242a commit 2b458d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ You can run other tests by enabling them by passing appropriate flags to `go tes
For example, to run mesh gateway tests, which require two Kubernetes clusters,
you may use the following command:

go test ./charts/consul/... -p 1 -timeout 20m \
go test ./... -p 1 -timeout 20m \
-enable-multi-cluster \
-kubecontext=<name of the primary Kubernetes context> \
-secondary-kubecontext=<name of the secondary Kubernetes context>
Expand Down

0 comments on commit 2b458d7

Please sign in to comment.