From c5c0ae00ba11b47b09395da565eb0d4225d64f28 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Tue, 16 Dec 2014 17:37:43 -0800 Subject: [PATCH] show logs in deploy tests --- tests/test_deploy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_deploy b/tests/test_deploy index 164fc3bd0..271d30e7c 100755 --- a/tests/test_deploy +++ b/tests/test_deploy @@ -11,7 +11,8 @@ destroy_app(){ failed(){ echo "************ $1 failed ************" - # destroy_app + dokku logs $REPO + destroy_app exit 1 } @@ -46,4 +47,5 @@ else fi fi +dokku logs $REPO destroy_app