Debugging for tests.

This commit is contained in:
Jeff Geerling 2014-08-03 21:37:48 -05:00
parent 1f48f9905f
commit 8b2dadc854
1 changed files with 3 additions and 0 deletions

View File

@ -30,5 +30,8 @@ script:
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
# Debugging.
- netstat -lntu
# Request a page via Nginx, to make sure Nginx is running and responds.
- "curl http://localhost/"