File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
cardano_node_tests/cluster_scripts Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -245,10 +245,6 @@ if [ -n "${GITHUB_ACTIONS:-""}" ]; then
245245
246246 # compress scheduling log
247247 xz " $SCHEDULING_LOG "
248-
249- echo
250- echo " Dir content:"
251- ls -1a
252248fi
253249
254250exit " $retval "
Original file line number Diff line number Diff line change @@ -725,10 +725,10 @@ for _ in {1..5}; do
725725 if [ -S " $CARDANO_NODE_SOCKET_PATH " ]; then
726726 break
727727 fi
728- echo " Waiting 5 seconds for bft node to start"
728+ echo " Waiting 5 seconds for the nodes to start"
729729 sleep 5
730730done
731- [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the bft node , line $LINENO " >&2 ; exit 1; } # assert
731+ [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the nodes , line $LINENO " >&2 ; exit 1; } # assert
732732
733733echo " Sleeping for initial Tx submission delay of $TX_SUBMISSION_DELAY seconds"
734734sleep " $TX_SUBMISSION_DELAY "
Original file line number Diff line number Diff line change @@ -608,10 +608,10 @@ for _ in {1..5}; do
608608 if [ -S " $CARDANO_NODE_SOCKET_PATH " ]; then
609609 break
610610 fi
611- echo " Waiting 5 seconds for bft node to start"
611+ echo " Waiting 5 seconds for the nodes to start"
612612 sleep 5
613613done
614- [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the bft node , line $LINENO " >&2 ; exit 1; } # assert
614+ [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the nodes , line $LINENO " >&2 ; exit 1; } # assert
615615
616616
617617#
Original file line number Diff line number Diff line change @@ -608,10 +608,10 @@ for _ in {1..5}; do
608608 if [ -S " $CARDANO_NODE_SOCKET_PATH " ]; then
609609 break
610610 fi
611- echo " Waiting 5 seconds for bft node to start"
611+ echo " Waiting 5 seconds for the nodes to start"
612612 sleep 5
613613done
614- [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the bft node , line $LINENO " >&2 ; exit 1; } # assert
614+ [ -S " $CARDANO_NODE_SOCKET_PATH " ] || { echo " Failed to start the nodes , line $LINENO " >&2 ; exit 1; } # assert
615615
616616
617617#
You can’t perform that action at this time.
0 commit comments