From ce51efd9221ff2a0fd4096709dd4c2db30fda857 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 19 Oct 2017 19:13:38 +0700 Subject: [PATCH] Tests fix --- test/4/7.0/test.sh | 2 ++ test/4/7.1/test.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/4/7.0/test.sh b/test/4/7.0/test.sh index f190d0670..3f33d3ebc 100755 --- a/test/4/7.0/test.sh +++ b/test/4/7.0/test.sh @@ -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 --admin_email=admin@example.com diff --git a/test/4/7.1/test.sh b/test/4/7.1/test.sh index f190d0670..3f33d3ebc 100755 --- a/test/4/7.1/test.sh +++ b/test/4/7.1/test.sh @@ -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 --admin_email=admin@example.com