From e8dff32c88490569225fcc283ff10cc78bd7034f Mon Sep 17 00:00:00 2001 From: Gerhard Date: Thu, 25 Jul 2019 15:28:07 +0200 Subject: [PATCH] Use correct variable to trigger visual regression test --- tests/bin/run-vis-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/run-vis-regression.sh b/tests/bin/run-vis-regression.sh index 2a10da8eb56..f3497cd94f1 100644 --- a/tests/bin/run-vis-regression.sh +++ b/tests/bin/run-vis-regression.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [[ ${RUN_E2E} == 1 ]]; then +if [[ ${RUN_VIS_REGRESSION} == 1 ]]; then WP_SITE_URL="http://localhost:8080"