test/cases/api: don't print command traces

Causes some secrets to be dumped into the logs.
This commit is contained in:
Sanne Raymaekers 2023-09-11 09:51:33 +02:00
parent 522a54188a
commit 1e7e1308ab
2 changed files with 1 additions and 13 deletions

View file

@ -110,9 +110,7 @@ function checkUploadStatusOptions() {
# Log into Azure
function cloud_login() {
set +x
$AZURE_CMD login --service-principal --username "${V2_AZURE_CLIENT_ID}" --password "${V2_AZURE_CLIENT_SECRET}" --tenant "${AZURE_TENANT_ID}"
set -x
}
# Verify image in Azure