Skip to content

Commit

Permalink
Touchups to make test failures more readable (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jun 21, 2022
1 parent 0590f25 commit b12d620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ setup() {
mkdir -p $TESTDIR
export PROJNAME=testmongo
export DDEV_NON_INTERACTIVE=true
ddev delete -Oy ${PROJNAME} || true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
ddev config --project-name=${PROJNAME}
printf "<?php\nphpinfo();\n" >index.php
ddev start
ddev start -y
}

teardown() {
Expand Down

0 comments on commit b12d620

Please sign in to comment.