From 759c370bb0479b82b643ce3d433515e68a46331a Mon Sep 17 00:00:00 2001 From: gkr-bot Date: Sat, 23 Mar 2024 08:36:55 +0000 Subject: [PATCH 1/5] chore(*): Automated commit to keep the repository active From 2761f797d022d4accbc303f5775d69b2e3965e41 Mon Sep 17 00:00:00 2001 From: gkr-bot Date: Fri, 17 May 2024 08:38:24 +0000 Subject: [PATCH 2/5] chore(*): Automated commit to keep the repository active From c1dc50694ddbc630d5bd461c471cf7597c5008a0 Mon Sep 17 00:00:00 2001 From: gkr-bot Date: Thu, 11 Jul 2024 08:39:40 +0000 Subject: [PATCH 3/5] chore(*): Automated commit to keep the repository active From 67c6e553d67b6d09c1e9a5f68a809c54aa1f2511 Mon Sep 17 00:00:00 2001 From: gkr-bot Date: Wed, 4 Sep 2024 08:42:48 +0000 Subject: [PATCH 4/5] chore(*): Automated commit to keep the repository active From 29aac7a1d5435224d16b73bb2fbd07d89771e3b9 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:11:28 +0900 Subject: [PATCH 5/5] Use `ddev add-on` command --- tests/test.bats | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test.bats b/tests/test.bats index 45b1c9e..cfd4c65 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -21,8 +21,8 @@ teardown() { @test "install from directory" { set -eu -o pipefail cd ${TESTDIR} - echo "# ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 - ddev get ${DIR} + echo "# ddev add-on get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 + ddev add-on get ${DIR} ddev restart # backstop is installed and can show its version @@ -37,8 +37,8 @@ teardown() { #@test "install from release" { # set -eu -o pipefail # cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 ) -# echo "# ddev get drud/ddev-addon-template with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 -# ddev get drud/ddev-addon-template +# echo "# ddev add-on get drud/ddev-addon-template with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 +# ddev add-on get drud/ddev-addon-template # ddev restart >/dev/null # # Do something useful here that verifies the add-on # # ddev exec "curl -s elasticsearch:9200" | grep "${PROJNAME}-elasticsearch"