From baed13dca26e66700dc27c827a0fad037d50dd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 29 Oct 2019 21:13:24 +0100 Subject: [PATCH] sim: always enable the status bar [skip ci] --- tests/simulation/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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