summaryrefslogtreecommitdiff
path: root/automated/android/boottime/device-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/boottime/device-script.sh')
-rwxr-xr-xautomated/android/boottime/device-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/boottime/device-script.sh b/automated/android/boottime/device-script.sh
index bc36c72..c5422e0 100755
--- a/automated/android/boottime/device-script.sh
+++ b/automated/android/boottime/device-script.sh
@@ -491,7 +491,7 @@ elif [ "X${OPERATION}" = "XANALYZE" ]; then
key=$(echo "$line"|cut -d, -f1)
measurement=$(echo "$line"|cut -d, -f2)
units=$(echo "$line"|cut -d, -f3)
- output_test_result "${key}" "pass" "${measurement}" "${units}"
+ output_test_result "${key}_avg" "pass" "${measurement}" "${units}"
done < "${F_STATISTIC_DATA_CSV}"
fi