Skip to content

Commit

Permalink
Test more real URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 11, 2022
1 parent acaae35 commit 2f3cc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ echo "Running tests..."
checkUrl "http://${TEST_ADDR}/"
checkUrl "http://${TEST_ADDR}/.nginx/status"
checkUrl "http://${TEST_ADDR}/.phpfpm/status"
checkUrl "http://${TEST_ADDR}/index.php"
checkUrl "http://${TEST_ADDR}/robots.txt"

if [ $DID_FAIL -gt 0 ]; then
echo "Showing logs"
Expand Down

0 comments on commit 2f3cc72

Please sign in to comment.