From acbc261891fcf5c8429f17c707949d2b68dcf507 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 4 Apr 2019 00:53:54 -0600 Subject: [PATCH] Add gossip to build script, and fix bash strings --- net/remote/remote-sanity.sh | 4 ++-- scripts/cargo-install-all.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/remote/remote-sanity.sh b/net/remote/remote-sanity.sh index 084d3641a..9aae49be6 100755 --- a/net/remote/remote-sanity.sh +++ b/net/remote/remote-sanity.sh @@ -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 \ diff --git a/scripts/cargo-install-all.sh b/scripts/cargo-install-all.sh index 261886d44..ba8a2ffe8 100755 --- a/scripts/cargo-install-all.sh +++ b/scripts/cargo-install-all.sh @@ -34,6 +34,7 @@ BIN_CRATES=( drone fullnode genesis + gossip install keygen ledger-tool