Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Jun 20, 2024
1 parent 70b51e8 commit fea0b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ test_cueadmin() {
fi

rqd_name=$(docker compose ps --format json | jq -s '.[] | select(.Service=="rqd") | .Name')
log INFO "$(docker compose ps)"
want_host=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' "${rqd_name}")
lh_response=$(cueadmin -lh)
got_host=$(echo "${lh_response}" | tail -n 1 | cut -d ' ' -f 1)
Expand Down

0 comments on commit fea0b2e

Please sign in to comment.