Index: build/unittest.sh =================================================================== diff -u -r5387a599b1223cb0eef0caaec6b012fa9fea73d3 -r50defd24091bf58053bc7920040ced4dbf419912 --- build/unittest.sh (.../unittest.sh) (revision 5387a599b1223cb0eef0caaec6b012fa9fea73d3) +++ build/unittest.sh (.../unittest.sh) (revision 50defd24091bf58053bc7920040ced4dbf419912) @@ -70,6 +70,7 @@ setBuildVariables $buildType $buildNumber REPORT_DIR=$(getRemoteCopyAddress $timeStamp "DEN_UI") + STATUS_REPORT=$(createStatusReport "application" $REPORT_DIR) BUID_DIR=build BUILD_PATH=$WORKING_DIR/$BUID_DIR @@ -236,6 +237,7 @@ for file in ${logFiles[@]} do + echo $file >> $STATUS_REPORT # Inside each log file, find the exact pattern of Totals # Find the commas and print the 4th one which is the number of failed cases failures=$(cat $file | awk '/\yTotals\y/' | awk '/,/ {print $4}' | grep -o -E '[0-9]')