Update DEVELOP.md

This commit is contained in:
Leo 2021-01-23 18:25:00 +01:00
parent c5d90f779c
commit 171afb28d2
1 changed files with 2 additions and 4 deletions

View File

@ -65,16 +65,14 @@ Run end-to-end tests:
cd bridge cd bridge
go test github.com/certusone/wormhole/bridge/e2e go test github.com/certusone/wormhole/bridge/e2e
Adjust number of nodes in running cluster: Adjust number of nodes in running cluster: (this is only useful if you want to test scenarios where the number
of nodes diverges from the guardian set - otherwise, `tilt down --delete-namespaces` and restart the cluster)
tilt args -- --num=2 tilt args -- --num=2
Tear down cluster: Tear down cluster:
tilt down --delete-namespaces tilt down --delete-namespaces
(this is only useful if you want to test scenarios where the number
of nodes diverges from the guardian set - otherwise, `tilt down --delete-namespaces` and restart the cluster)
Once you're done, press Ctrl-C. Run `tilt down` to tear down the devnet. Once you're done, press Ctrl-C. Run `tilt down` to tear down the devnet.