Plumb --wait-for-supermajority through scripts (#10611) (#10613)

(cherry picked from commit 348bf78cd1)

Co-authored-by: Trent Nelson <trent@solana.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2020-06-16 17:55:16 +00:00
committed by GitHub
parent be6edb950c
commit 4afa64c20d
3 changed files with 12 additions and 2 deletions

View File

@@ -152,6 +152,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --max-genesis-archive-unpacked-size ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 == --wait-for-supermajority ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = -h ]]; then
usage "$@"
else