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() {
26
26
@test " install from directory" {
27
27
set -eu -o pipefail
28
28
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}
31
31
ddev restart
32
32
health_checks
33
33
}
@@ -36,8 +36,8 @@ teardown() {
36
36
@test " install from release" {
37
37
set -eu -o pipefail
38
38
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
41
41
ddev restart > /dev/null
42
42
health_checks
43
43
}
You can’t perform that action at this time.
0 commit comments