Disable |solana-install| check for edge/beta testnets (#4564)

The release tarball URL changes for these testnets, which causes the
normal |solana-install| check to fail and the testnet is unnecessarily
rebooted.
This commit is contained in:
Michael Vines
2019-06-05 15:31:29 -07:00
committed by GitHub
parent 8f50c3dd2e
commit aa4a7b0c73
5 changed files with 13 additions and 2 deletions

View File

@ -34,6 +34,7 @@ missing() {
ledgerVerify=true
validatorSanity=true
installCheck=true
rejectExtraNodes=false
while [[ $1 = -o ]]; do
opt="$2"
@ -45,6 +46,9 @@ while [[ $1 = -o ]]; do
noValidatorSanity)
validatorSanity=false
;;
noInstallCheck)
installCheck=false
;;
rejectExtraNodes)
rejectExtraNodes=true
;;
@ -168,7 +172,7 @@ else
echo "Note: validator sanity disabled"
fi
if [[ -r update_manifest_keypair.json ]]; then
if $installCheck && [[ -r update_manifest_keypair.json ]]; then
echo "--- $sanityTargetIp: solana-install test"
(