diff --git a/tests/test-in-docker-image.sh b/tests/test-in-docker-image.sh index 318971a..8ed365f 100755 --- a/tests/test-in-docker-image.sh +++ b/tests/test-in-docker-image.sh @@ -119,7 +119,8 @@ function test_playbook(){ } function extra_tests(){ - ${APACHE_CTL} configtest || (echo "php --version was failed" && exit 100 ) + echo "TEST: cat /etc/machines" + cat /etc/machines } @@ -134,7 +135,7 @@ function main(){ test_playbook_syntax test_playbook test_playbook_check -# extra_tests + extra_tests }