diff --git a/tests/simulation/start.sh b/tests/simulation/start.sh index 5909526c9..0ea3f1998 100755 --- a/tests/simulation/start.sh +++ b/tests/simulation/start.sh @@ -115,7 +115,7 @@ for i in $(seq 0 $LAST_NODE); do done fi - CMD="${SIM_ROOT}/run_node.sh $i --status-bar:off" + CMD="${SIM_ROOT}/run_node.sh $i" if [[ "$USE_MULTITAIL" != "no" ]]; then if [[ "$i" == "0" ]]; then