aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/common/boot_test.sh
diff options
context:
space:
mode:
authorCassidy Burden <cburden@google.com>2016-08-08 10:27:34 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-09 13:06:54 -0700
commita5e3929d7a155606bc541777fc84e4989389e13c (patch)
treee0f2e69f8714c76899c9c3281f0cded309457e1f /binary_search_tool/common/boot_test.sh
parentd0b69bedbb9eb087ab231adbbe3af1ba26a945a3 (diff)
downloadtoolchain-utils-a5e3929d7a155606bc541777fc84e4989389e13c.tar.gz
binary search tool: Rename install to test_setup
Refactor warning! Rename install script to be test_setup script. TEST=Run unit tests Change-Id: Iab7e01136fdcf2dedbfc94ece6ddb4b4fa3c0f68 Reviewed-on: https://chrome-internal-review.googlesource.com/273484 Commit-Ready: Cassidy Burden <cburden@google.com> Tested-by: Cassidy Burden <cburden@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'binary_search_tool/common/boot_test.sh')
-rwxr-xr-xbinary_search_tool/common/boot_test.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/binary_search_tool/common/boot_test.sh b/binary_search_tool/common/boot_test.sh
index 2681f561..8f6d9a7d 100755
--- a/binary_search_tool/common/boot_test.sh
+++ b/binary_search_tool/common/boot_test.sh
@@ -6,10 +6,10 @@
#
# 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 pings the
-# machine. It should return '0' if the test succeeds (the image booted); '1' if
-# the test fails (the image did not boot); and '125' if it could not determine
-# (does not apply in this case).
+# It waits for the test setup script to build and install the image, then pings
+# the machine. It should return '0' if the test succeeds (the image booted); '1'
+# if the test fails (the image did not boot); and '125' if it could not
+# determine (does not apply in this case).
#
source common/common.sh