Skip to content

Commit

Permalink
Debugging tests on circle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Feb 22, 2016
1 parent 60defa6 commit c72fe08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ has() {
local host=$2
local name=$3
local count=${4:-1}
echo "http://${host}:4040/api/topology/${view}?system=show looking for ${name}" >&2
curl http://${host}:4040/api/topology/${view}?system=show
assert "curl -s http://${host}:4040/api/topology/${view}?system=show | jq -r '[.nodes[] | select(.label_major == \"${name}\")] | length'" $count
}

Expand Down

0 comments on commit c72fe08

Please sign in to comment.