diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/host/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/host/test.sh b/test/host/test.sh index 0088fba..33de0ec 100755 --- a/test/host/test.sh +++ b/test/host/test.sh @@ -131,7 +131,10 @@ cleanup() { echo "Removing $base_dir" rm -rf -- "$base_dir" - echo "Brining down containers..." + echo 'Showing the latest container logs...' + docker-compose logs --tail 25 + + echo "Bringing down containers..." docker-compose down -v --remove-orphans } |