diff --git a/test/deploy-services.sh b/test/deploy-services.sh index c9631a43..7e132ea9 100755 --- a/test/deploy-services.sh +++ b/test/deploy-services.sh @@ -42,6 +42,7 @@ waitForArchivista() { if [[ attempt -eq 6 ]]; then echo "timed out waiting for archivista" + docker compose logs exit 1 fi done