From 55857737b44b2f7cfaada6b2bafa58f5db64b2a7 Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Mon, 16 Sep 2024 14:14:29 +0200 Subject: [PATCH] More output to debug failing integration tests. --- tests/init-template-starter.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/init-template-starter.sh b/tests/init-template-starter.sh index b5e1fde..45fd813 100755 --- a/tests/init-template-starter.sh +++ b/tests/init-template-starter.sh @@ -25,6 +25,8 @@ cp ./tests/solr.php drupal/rootfs/var/www/drupal/ docker compose --profile dev up -d +docker compose --profile=dev logs -f drupal-dev & + ./tests/ping.sh docker compose --profile dev exec drupal-dev drush scr solr.php