aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/android/boot_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/android/boot_test.sh')
-rwxr-xr-xbinary_search_tool/android/boot_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary_search_tool/android/boot_test.sh b/binary_search_tool/android/boot_test.sh
index 26095187..dc871601 100755
--- a/binary_search_tool/android/boot_test.sh
+++ b/binary_search_tool/android/boot_test.sh
@@ -6,8 +6,8 @@
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on the Android source tree. It
-# waits for the install script to build and install the image, then checks if
-# image boots or not. It should return '0' if the test succeeds
+# waits for the test setup script to build and install the image, then checks
+# if image boots or not. It should return '0' if the test succeeds
# (the image is 'good'); '1' if the test fails (the image is 'bad'); and '125'
# if it could not determine (does not apply in this case).
#