Add gossip to build script, and fix bash strings

This commit is contained in:
Tyera Eulberg 2019-04-04 00:53:54 -06:00 committed by Grimes
parent f97f0c4758
commit acbc261891
2 changed files with 3 additions and 2 deletions

View File

@ -84,9 +84,9 @@ echo "+++ $entrypointIp: node count ($numNodes expected)"
set -x
$solana_keygen -o "$client_id"
nodeArg="--num-nodes"
nodeArg="num-nodes"
if $rejectExtraNodes; then
nodeArg="--num-nodes-exactly"
nodeArg="num-nodes-exactly"
fi
timeout 2m $solana_gossip \

View File

@ -34,6 +34,7 @@ BIN_CRATES=(
drone
fullnode
genesis
gossip
install
keygen
ledger-tool