From 76ad60aa2a09fe8fd06e632b9026913393e0c1db Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Mon, 11 Nov 2024 10:45:25 +0300 Subject: [PATCH] Fixes --- tests/11/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/11/tests.sh b/tests/11/tests.sh index 6901b96143..2b15597a6d 100755 --- a/tests/11/tests.sh +++ b/tests/11/tests.sh @@ -61,9 +61,10 @@ check_rq "Configuration files" "Protected" #drush en -y search_api_solr_admin +echo "include '${PWD}/sites/default/test.settings.php';" >>"${PWD}/sites/default/settings.php" + ## Enable redis #chmod 755 "${PWD}/sites/default/settings.php" -#echo "include '${PWD}/sites/default/test.settings.php';" >>"${PWD}/sites/default/settings.php" #check_rq "Redis" "Connected" check_rq "Trusted Host Settings" "Enabled"