mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 06:15:19 +00:00
use --no-start
This commit is contained in:
@@ -36,7 +36,7 @@ func (p *Provider) Setup() error {
|
||||
}
|
||||
|
||||
func (p Provider) CreateNode(ctx context.Context, n *e2e.Node) error {
|
||||
return ExecCompose(ctx, p.Testnet.Dir, "create", n.Name)
|
||||
return ExecCompose(ctx, p.Testnet.Dir, "up", "-d", "--no-start", n.Name)
|
||||
}
|
||||
func (p Provider) StartTendermint(ctx context.Context, n *e2e.Node) error {
|
||||
return ExecCompose(ctx, p.Testnet.Dir, "start", n.Name)
|
||||
|
||||
Reference in New Issue
Block a user