aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/common/hash_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/hash_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/hash_test.sh')
-rwxr-xr-xbinary_search_tool/common/hash_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/common/hash_test.sh b/binary_search_tool/common/hash_test.sh
index 741f4237..5450988e 100755
--- a/binary_search_tool/common/hash_test.sh
+++ b/binary_search_tool/common/hash_test.sh
@@ -4,7 +4,7 @@
#
# This script is intended to be used by binary_search_state.py. It is to
# be used for testing/development of the binary search triage tool
-# itself. It waits for the install script to build and install the
+# itself. It waits for the test setup script to build and install the
# image, then checks the hashes in the provided file.
# If the real hashes match the checksum hashes, then the image is 'good',
# otherwise it is 'bad'. This allows the rest of the bisecting tool