Skip to content

Commit

Permalink
at the end of the test - output the resulting /etc/machines
Browse files Browse the repository at this point in the history
  • Loading branch information
martbhell committed May 19, 2016
1 parent daaae95 commit ce662dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test-in-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand All @@ -134,7 +135,7 @@ function main(){
test_playbook_syntax
test_playbook
test_playbook_check
# extra_tests
extra_tests

}

Expand Down

0 comments on commit ce662dc

Please sign in to comment.