use --no-start

This commit is contained in:
William Banfield
2022-12-09 16:18:42 -05:00
parent 3d5b4f789d
commit b378a2b59d

View File

@@ -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)