Skip to content

Commit f8d15a8

Browse files
authored
Merge pull request #2928 from IntersectMBO/faucet_init_balance_desc
feat: log faucet initial balance with description
2 parents 319fd55 + ed33f4c commit f8d15a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cardano_node_tests/cluster_scripts/testnets/start-cluster

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ if [ -n "${DBSYNC_REPO:-""}" ]; then
237237
done
238238
fi
239239

240-
get_address_balance \
240+
faucet_init_balance="$(get_address_balance \
241241
--testnet-magic "$NETWORK_MAGIC" \
242-
--address "$(<"$STATE_CLUSTER/shelley/faucet.addr")" \
243-
> "$START_CLUSTER_LOG"
242+
--address "$(<"$STATE_CLUSTER/shelley/faucet.addr")")"
243+
echo "Faucet initial balance: $faucet_init_balance" >> "$START_CLUSTER_LOG"
244244

245245
echo "Cluster started. Run \`$SCRIPT_DIR/stop-cluster\` to stop"

0 commit comments

Comments
 (0)