From a0002f3cc08f2e096f983594b272464e184aab9a Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 12 Jul 2022 21:46:42 +0200 Subject: [PATCH] build_utils.sh: update start_tox() This makes tox pick the right tox config file when scenario is 'rbdmirror' Signed-off-by: Guillaume Abrioux --- scripts/build_utils.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 71803e13..e9c07d50 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1155,6 +1155,9 @@ start_tox() { ENV_NAME="$(build_job_name "$DISTRIBUTION" "$DEPLOYMENT" "$SCENARIO")" case $SCENARIO in + rbdmirror) + TOX_INI_FILE=tox-rbdmirror.ini + ;; update) TOX_INI_FILE=tox-update.ini ;; -- 2.47.3