aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/common/interactive_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/common/interactive_test.sh')
-rwxr-xr-xbinary_search_tool/common/interactive_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/common/interactive_test.sh b/binary_search_tool/common/interactive_test.sh
index a52bd2ee..8773dd12 100755
--- a/binary_search_tool/common/interactive_test.sh
+++ b/binary_search_tool/common/interactive_test.sh
@@ -8,7 +8,7 @@
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on ChromeOS package and object files. It
-# waits for the install script to build and install the image, then asks the
+# waits for the test setup script to build and install the image, then asks the
# user if the image is good 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).