Skip to content

Commit

Permalink
Reenable release test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol authored Sep 1, 2024
1 parent d844822 commit 85c27eb
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 @@ -65,16 +65,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 %s\n" "$TESTDIR"; 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 %s\n" "$TESTDIR"; 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 85c27eb

Please sign in to comment.