From cb10d4b55251b75e84f4de06382f1ecee0af99d6 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 30 Nov 2020 12:06:46 +0100 Subject: [PATCH] travis test wait --- test/lib.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/lib.sh b/test/lib.sh index 952c15b0..4b13a7ce 100755 --- a/test/lib.sh +++ b/test/lib.sh @@ -289,8 +289,10 @@ wait_backend(){ reply=$(echo ']]>]]>' | $clixon_netconf -qef $cfg 2> /dev/null) let i=0; while [[ $reply != "]]>]]>' | clixon_netconf -qef $cfg 2> /dev/null) + reply=$(echo ']]>]]>' | clixon_netconf -qef $cfg ) + echo "reply:$reply" let i++; echo "wait_backend $i" if [ $i -ge $DEMLOOP ]; then