mint: turn off progress for awscli sync test (#8158)

Bumping up to awscli 1.11.177 which supports --no-progress flag
This commit is contained in:
poornas
2019-08-30 10:26:48 -07:00
committed by Harshavardhana
parent 847a3ea0a2
commit 4553db3872
2 changed files with 2 additions and 2 deletions

View File

@@ -863,7 +863,7 @@ function test_aws_s3_sync() {
# if make bucket succeeds sync all the files in a directory
if [ $rv -eq 0 ]; then
function="${AWS} s3 sync $MINT_DATA_DIR s3://${bucket_name}/"
function="${AWS} s3 sync --no-progress $MINT_DATA_DIR s3://${bucket_name}/"
test_function=${function}
out=$($function 2>&1)
rv=$?