Skip to content

Commit

Permalink
ci(test): Modify ddev restart output redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 15, 2023
1 parent f6f62eb commit 8acb962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ teardown() {
cd ${TESTDIR}
echo "# ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get ${DIR} >/dev/null
ddev restart >/dev/null 2>&1
ddev restart >/dev/null
curl -sI ${PROJNAME}.ddev.site:9091/db/admin/expArr/system.users | grep "HTTP/1.1 200 OK"
out=$(curl -s ${PROJNAME}.ddev.site:9091/db/admin/expArr/system.users | jq -r ".[0].user")
[ "${out}" = "db" ]
Expand Down

0 comments on commit 8acb962

Please sign in to comment.