Skip to content

Commit

Permalink
Remove old wait command
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Jul 7, 2023
1 parent b901786 commit a02c310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ health_checks() {
teardown() {
set -eu -o pipefail
cd "${TESTDIR}" || ( printf "unable to cd to %s\n" "${TESTDIR}" && exit 1 )
wait_for_global_ddev
ddev delete -Oy "${PROJNAME}" >/dev/null 2>&1
[ "${TESTDIR}" != "" ] && rm -rf "${TESTDIR}"
}
Expand Down

0 comments on commit a02c310

Please sign in to comment.