Skip to content

Commit

Permalink
remove release install test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol authored Sep 1, 2024
1 parent 92b015d commit d7569e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ check_drupal_admin_access() {
# check_drupal_admin_access >&3
}

@test "install from release" {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get metadrop/ddev-aljibe with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get metadrop/ddev-aljibe
ddev restart >/dev/null
ddev aljibe-assistant --auto
#@test "install from release" {
# set -eu -o pipefail
# cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
# echo "# ddev get metadrop/ddev-aljibe with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
# ddev get metadrop/ddev-aljibe
# ddev restart >/dev/null
# ddev aljibe-assistant --auto

check_services >&3
check_project_browse >&3
# check_services >&3
# check_project_browse >&3
## Todo Make this test work
# check_drupal_admin_access >&3
}
#}

0 comments on commit d7569e0

Please sign in to comment.