From 00b73b774de8eda07537de05808b587bf96c4193 Mon Sep 17 00:00:00 2001 From: Pawel Maniora <pmaniora@syncad.com> Date: Mon, 2 Nov 2020 12:09:51 +0100 Subject: [PATCH] CI Tavern_dir fix --- scripts/ci/start-api-smoketest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/start-api-smoketest.sh b/scripts/ci/start-api-smoketest.sh index dd1363855..50546295e 100755 --- a/scripts/ci/start-api-smoketest.sh +++ b/scripts/ci/start-api-smoketest.sh @@ -5,6 +5,8 @@ pip install tox export HIVEMIND_ADDRESS=$1 export HIVEMIND_PORT=$2 +export TAVERN_DIR="tests/tests_api/hivemind/tavern" + echo "Starting tests on hivemind server running on ${HIVEMIND_ADDRESS}:${HIVEMIND_PORT}" echo "Selected test group (if empty all will be executed): $3" -- GitLab