Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Oct 19, 2017
1 parent 439df4c commit ce51efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/4/7.0/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fi

WP_DOMAIN="$( echo "${BASE_URL}" | sed 's/https\?:\/\///' )"

make init -f /usr/local/bin/actions.mk

wp core install --url="${BASE_URL}" --title="WordPress 4" \
--admin_user=admin --admin_password=admin [email protected]

Expand Down
2 changes: 2 additions & 0 deletions test/4/7.1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fi

WP_DOMAIN="$( echo "${BASE_URL}" | sed 's/https\?:\/\///' )"

make init -f /usr/local/bin/actions.mk

wp core install --url="${BASE_URL}" --title="WordPress 4" \
--admin_user=admin --admin_password=admin [email protected]

Expand Down

0 comments on commit ce51efd

Please sign in to comment.