aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test/is_good.py
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/test/is_good.py
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/test/is_good.py')
-rwxr-xr-xbinary_search_tool/test/is_good.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/test/is_good.py b/binary_search_tool/test/is_good.py
index f7cc8af7..bfe9cc32 100755
--- a/binary_search_tool/test/is_good.py
+++ b/binary_search_tool/test/is_good.py
@@ -10,7 +10,7 @@ import common
def Main():
- if not os.path.exists('./installed'):
+ if not os.path.exists('./is_setup'):
return 1
working_set = common.ReadWorkingSet()
for w in working_set: