Skip to content

Commit

Permalink
Debug health check output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench authored Dec 17, 2023
1 parent 6bbe35f commit cd741f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ health_checks() {
# Make sure we can hit the 9201 and 5602 port successfully
curl -s -I -f https://${PROJNAME}.ddev.site:9201 >/tmp/curlout.txt
curl -s -I -f https://${PROJNAME}.ddev.site:5602 >/tmp/curlout.txt
cat /tmp/curlout.txt
}

teardown() {
Expand Down

0 comments on commit cd741f1

Please sign in to comment.