Skip to content

Commit

Permalink
Merge pull request #4 from robertoperuzzo/2-add-ddev-get-topic
Browse files Browse the repository at this point in the history
feat: fixes the 'install from release' test
  • Loading branch information
robertoperuzzo authored Apr 6, 2023
2 parents 58fdd62 + 376d6df commit adfc387
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 @@ -38,7 +38,7 @@ teardown() {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get ddev/ddev-sqlsrv with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get https://github.com/robertoperuzzo/ddev-sqlsrv/archive/refs/heads/main.tar.gz
ddev get robertoperuzzo/ddev-sqlsrv
ddev restart >/dev/null
# Checks that the sqlsrv drivers for PHP are installed.
ddev exec "php -i" | grep "sqlsrv"
Expand Down

0 comments on commit adfc387

Please sign in to comment.