Look for gclient.py in find_depot_tools
commit380a535523ed8b808eab6fa7c205dce67e0ed2a9
authorjamesr <jamesr@chromium.org>
Thu, 23 Oct 2014 00:02:37 +0000 (22 17:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Oct 2014 00:02:59 +0000 (23 00:02 +0000)
treeaed7ff7818a1367085a4fb6c4b3848dc2e211842
parenta258e281a6a1cff9e1a4b4dc3bd44a455022fb42
Look for gclient.py in find_depot_tools

Many (but not all!) of our bots have a directory early in the PATH that
contains nothing but a script called 'gclient' and have the real
depot_tools directory later on in the path. This looks for gclient.py,
which is in the real depot_tools directory.

Review URL: https://codereview.chromium.org/652893005

Cr-Commit-Position: refs/heads/master@{#300802}
tools/find_depot_tools.py