Get objects in a bucket for a rewind date Test (#1766)

* Get objects in a bucket for a rewind date Test

* Incrementing the coverage
This commit is contained in:
Cesar Celis Hernandez
2022-03-25 13:34:29 -04:00
committed by GitHub
parent d22f345d4a
commit 2765fb0c97
2 changed files with 45 additions and 1 deletions

View File

@@ -1065,7 +1065,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=52.7
threshold=53.00
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else