Comment out curl call until we have example vhost.

This commit is contained in:
Jeff Geerling 2014-08-03 21:42:42 -05:00
parent 8b2dadc854
commit 38a6c071e0
1 changed files with 2 additions and 4 deletions

View File

@ -30,8 +30,6 @@ script:
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
# Debugging.
- netstat -lntu
# TODO - get the test working. Probably need to add a virtual host.
# Request a page via Nginx, to make sure Nginx is running and responds.
- "curl http://localhost/"
# - "curl http://localhost/"