Skip to content

Commit de4961c

Browse files
committed
Minor fiddles
1 parent c45db4d commit de4961c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setup() {
44
export PROJNAME=testsolr
55
export DDEV_NON_INTERACTIVE=true
66
ddev delete -Oy ${PROJNAME} || true
7-
cd "${TESTDIR}" || exit 1
7+
cd "${TESTDIR}"
88
ddev config --project-name=${PROJNAME} --project-type=drupal9 --docroot=web --create-docroot
99
ddev composer create -y -n --no-install drupal/recommended-project
1010
ddev composer require -n --no-install drush/drush:* drupal/search_api_solr
@@ -19,7 +19,7 @@ setup() {
1919
#}
2020

2121
@test "basic installation" {
22-
pushd ${TESTDIR} >/dev/null
22+
cd ${TESTDIR}
2323
ddev service get ${DIR}
2424
ddev restart
2525
status=$(ddev exec 'drush sapi-sl --format=json | jq -r .default_solr_server.status')

0 commit comments

Comments
 (0)