Test invalid url in getWatchOptionsFromReq() (#1850)

This commit is contained in:
Cesar Celis Hernandez
2022-04-18 10:25:21 -04:00
committed by GitHub
parent f02461097b
commit 50bc755b44
2 changed files with 9 additions and 1 deletions

View File

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