summaryrefslogtreecommitdiff
path: root/android/scripts/boot_time.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/scripts/boot_time.sh')
-rwxr-xr-xandroid/scripts/boot_time.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/boot_time.sh b/android/scripts/boot_time.sh
index 792347a..52408a4 100755
--- a/android/scripts/boot_time.sh
+++ b/android/scripts/boot_time.sh
@@ -86,7 +86,7 @@ else
TIME_INFO=$(echo "${TIME_INFO}"|cut -d\( -f2-)
done
TIME_VALUE=$(echo "${TIME_INFO}"|cut -d\ -f1)
- ANDROID_BOOT_TIME=`echo $TIME_VALUE 1000 / p | dc"
+ ANDROID_BOOT_TIME=`echo $TIME_VALUE 1000 / p | dc`
output_test_result "ANDROID_BOOT_TIME" "pass" "${ANDROID_BOOT_TIME}" "s"
fi