Skip to content

Commit

Permalink
e2e: missing cluster: add info
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 28, 2024
1 parent 5e62064 commit 59f308a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/missing-cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test:
@{ \
set -e ;\
STATUSCODE=$(shell curl --silent --output /dev/null --write-out "%{http_code}" --max-time 5 --resolve test.example.com:18000:127.0.0.1 http://test.example.com:18000) && \
echo "received status code $${STATUSCODE}" && \
test $${STATUSCODE} -ne 200 ;\
}

Expand Down

0 comments on commit 59f308a

Please sign in to comment.