Remove obsolete internal multinode-demo/ logging (#4265)

This commit is contained in:
Michael Vines
2019-05-13 10:51:18 -07:00
committed by GitHub
parent 1b68da7572
commit 1393d26f63
4 changed files with 5 additions and 15 deletions

View File

@ -14,12 +14,6 @@ source "$here"/common.sh
exit 1
}
set -ex
trap 'kill "$pid" && wait "$pid"' INT TERM ERR
$solana_drone \
--keypair "$SOLANA_CONFIG_DIR"/mint-keypair.json \
"$@" \
> >($drone_logger) 2>&1 &
pid=$!
wait "$pid"
set -x
# shellcheck disable=SC2086 # Don't want to double quote $solana_drone
exec $solana_drone --keypair "$SOLANA_CONFIG_DIR"/mint-keypair.json "$@"