fix: devops / net-test

This commit is contained in:
Ludo Galabru
2021-01-19 18:54:42 -05:00
parent 9dc54762c6
commit 3336b8b3b9
7 changed files with 19 additions and 19 deletions

View File

@@ -11,5 +11,5 @@ Relevant files:
files.
To use, you will need to install `stacks-node`, `blockstack-cli`,
`bitcoin-neon-controller`, and `bin/faucet.sh` to somewhere in your `$PATH`.
`puppet-chain`, and `bin/faucet.sh` to somewhere in your `$PATH`.
You will also need a recent `bitcoind` and `bitcoin-cli`.

View File

@@ -67,7 +67,7 @@ start_bitcoind_controller() {
logln "ok"
log "[$$] Starting bitcoind controller..."
bitcoin-neon-controller "$BITCOIN_CONTROLLER_CONF" >"$BITCOIN_CONTROLLER_LOGFILE" 2>&1 &
puppet-chain "$BITCOIN_CONTROLLER_CONF" >"$BITCOIN_CONTROLLER_LOGFILE" 2>&1 &
local RC=$?
local BITCOIN_NEON_CONTROLLER_PID=$!
@@ -494,7 +494,7 @@ report() {
is_sourced
if [ $? -ne 0 ]; then
for cmd in bitcoind bitcoin-cli bitcoin-neon-controller stacks-node blockstack-cli date jq grep sed kill cat curl faucet.sh seq; do
for cmd in bitcoind bitcoin-cli puppet-chain stacks-node blockstack-cli date jq grep sed kill cat curl faucet.sh seq; do
which $cmd 2>&1 >/dev/null || exit_error "Missing \"$cmd\""
done