Index: build/build.sh =================================================================== diff -u -r080363bef8b6fdc47500ec5321c1b9e2b14c5afc -r46a7ac851fa42814068c93e02f89e179c129f583 --- build/build.sh (.../build.sh) (revision 080363bef8b6fdc47500ec5321c1b9e2b14c5afc) +++ build/build.sh (.../build.sh) (revision 46a7ac851fa42814068c93e02f89e179c129f583) @@ -255,7 +255,7 @@ # NOTE: find for Failed before adding the manual cases since there might be a # function containing the name Failed in it failedCases=$(cat $STATUS_REPORT | grep "Failed") -if [[ ! -z $failedCases ]] +if [[ -n $failedCases ]] then hasTestPassed=false fi