Skip to content

Commit 35568ea

Browse files
committed
Add logs
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com>
1 parent f5257e2 commit 35568ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

integration_tests/cli/common.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,15 @@ execute_with_retry() {
252252
local _error=${2:-"EOF"}
253253
local _result=$($_command)
254254

255+
docker logs --tail node0
255256
for i in {1..10}; do
256257
if [[ "$(_check_response "$_result" "$_error" "raw")" == true ]]; then
257258
#echo "EOF detected, re-trying"
259+
docker logs --tail node0
258260
sleep 2
259261
_result=$($_command)
260262
else
261-
break
263+
break
262264
fi
263265
done
264266

0 commit comments

Comments
 (0)