From 21f845ed394917a2e06fbbffad06971b986a5cd8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 30 Apr 2019 09:57:03 -0700 Subject: [PATCH] Use more -w --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 3d075cceb6..5fa87b3ae5 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -429,7 +429,7 @@ deploy() { NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ ci/testnet-deploy.sh -p demo-testnet-solana-com2 -C gce ${GCE_LOW_QUOTA_ZONE_ARGS[@]} \ - -t "$CHANNEL_OR_TAG" -n "$GCE_LOW_QUOTA_NODE_COUNT" -c 0 -P -f -x \ + -t "$CHANNEL_OR_TAG" -n "$GCE_LOW_QUOTA_NODE_COUNT" -c 0 -P -f -x -w \ ${skipCreate:+-e} \ ${skipStart:+-s} \ ${maybeStop:+-S} \