From 9db4eed7277bca41e5406abba882ba6c13d0a3dc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 26 Nov 2023 01:51:46 +0100 Subject: test/host: show the latest log lines Trying to combat the recent GitHub Actions run failures. --- test/host/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/host') 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 } -- cgit v1.2.3