From b36d7ed8481bc0f92b84161a5bb260670f42b084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:23:56 +0100 Subject: [PATCH] echo logs for debuggin tests --- tests/test.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.bash b/tests/test.bash index 9955249..75048cd 100755 --- a/tests/test.bash +++ b/tests/test.bash @@ -39,6 +39,7 @@ sudo docker-compose down \ && pytest \ && deactivate \ && sleep 5 \ +&& sudo docker-compose logs \ && ./bats/bats-core/bin/bats tests.bats sudo docker-compose down