We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45db4d commit de4961cCopy full SHA for de4961c
tests/test.bats
@@ -4,7 +4,7 @@ setup() {
4
export PROJNAME=testsolr
5
export DDEV_NON_INTERACTIVE=true
6
ddev delete -Oy ${PROJNAME} || true
7
- cd "${TESTDIR}" || exit 1
+ cd "${TESTDIR}"
8
ddev config --project-name=${PROJNAME} --project-type=drupal9 --docroot=web --create-docroot
9
ddev composer create -y -n --no-install drupal/recommended-project
10
ddev composer require -n --no-install drush/drush:* drupal/search_api_solr
@@ -19,7 +19,7 @@ setup() {
19
#}
20
21
@test "basic installation" {
22
- pushd ${TESTDIR} >/dev/null
+ cd ${TESTDIR}
23
ddev service get ${DIR}
24
ddev restart
25
status=$(ddev exec 'drush sapi-sl --format=json | jq -r .default_solr_server.status')
0 commit comments