Index: build/unittest.sh =================================================================== diff -u -r74d2bff6a51d414044dc8e1bae79f70a78d6b943 -rc28c54aa24b5b99936fb74c70c4bbf162239d365 --- build/unittest.sh (.../unittest.sh) (revision 74d2bff6a51d414044dc8e1bae79f70a78d6b943) +++ build/unittest.sh (.../unittest.sh) (revision c28c54aa24b5b99936fb74c70c4bbf162239d365) @@ -249,9 +249,7 @@ failures=$(cat $file | awk '/\yTotals\y/' | awk '/,/ {print $4}' | grep -o -E '[0-9]+') skipped=$(cat $file | awk '/\yTotals\y/' | awk '/,/ {print $6}' | grep -o -E '[0-9]+') blackListed=$(cat $file | awk '/\yTotals\y/' | awk '/,/ {print $6}' | grep -o -E '[0-9]+') - - # FOR TEST ONLY REMOVE - echo "$file, $failures, $skipped, $blackListed" + # Remove ./ from the file name file=${file##*/} echo "$file has $failures failed cases"