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

(cherry picked from commit 348bf78cd1)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-06-16 03:09:29 +00:00
committed by GitHub
parent 43cd5f3730
commit 0914519f6a
3 changed files with 12 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --no-restart ]]; then
no_restart=1
shift
elif [[ $1 == --wait-for-supermajority ]]; then
args+=("$1" "$2")
shift 2
else
echo "Unknown argument: $1"
$program --help