From: Vladimir Khlyunev Date: Wed, 4 May 2022 17:35:47 +0000 (+0400) Subject: Debug X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=edecef70341df9e627aafbecb40cabb955a1448a;p=tools%2Fsustaining.git Debug Change-Id: Ib00219b9333efefd7e6ba17699d70d469ec36ac2 --- diff --git a/maintenance-ci/mos/reporter-docker/run_report.sh b/maintenance-ci/mos/reporter-docker/run_report.sh index 5ab0420..9681fc4 100644 --- a/maintenance-ci/mos/reporter-docker/run_report.sh +++ b/maintenance-ci/mos/reporter-docker/run_report.sh @@ -5,7 +5,7 @@ set -ex source report-venv/bin/activate echo ${TEST_BUILD_URL?} echo "==========" -echo "${ARGS[@]}" +echo "${ARGS}" echo "==========" echo "${ARGS[*]}" report -v --testrail-plan-name "${TESTRAIL_PLAN_NAME?}" --env-description "${SPECIFICATION?}" --testrail-user "${TESTRAIL_USER?}" \ diff --git a/maintenance-ci/mos/scripts/maintenance-tempest-report.sh b/maintenance-ci/mos/scripts/maintenance-tempest-report.sh index 316591e..f679254 100644 --- a/maintenance-ci/mos/scripts/maintenance-tempest-report.sh +++ b/maintenance-ci/mos/scripts/maintenance-tempest-report.sh @@ -44,6 +44,9 @@ if [ "${SEND_SKIPPED}" == "true" ]; then ARGS+=(--send-skipped) fi +export TEST_BUILD_URL +export ARGS +export TESTRAIL_PLAN_NAME LOCAL_STORAGE="$(pwd)"/shared rm -rf "${LOCAL_STORAGE}"