File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ teardown() {
2626@test " install from directory" {
2727 set -eu -o pipefail
2828 cd ${TESTDIR}
29- echo " # ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($( pwd) )" >&3
30- ddev get ${DIR}
29+ echo " # ddev add-on get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($( pwd) )" >&3
30+ ddev add-on get ${DIR}
3131 ddev restart
3232 health_checks
3333}
@@ -36,8 +36,8 @@ teardown() {
3636@test " install from release" {
3737 set -eu -o pipefail
3838 cd ${TESTDIR} || ( printf " unable to cd to ${TESTDIR} \n" && exit 1 )
39- echo " # ddev get stasadev/ddev-python2 with project ${PROJNAME} in ${TESTDIR} ($( pwd) )" >&3
40- ddev get stasadev/ddev-python2
39+ echo " # ddev add-on get stasadev/ddev-python2 with project ${PROJNAME} in ${TESTDIR} ($( pwd) )" >&3
40+ ddev add-on get stasadev/ddev-python2
4141 ddev restart > /dev/null
4242 health_checks
4343}
You can’t perform that action at this time.
0 commit comments