| Index: build/android/buildbot/bb_try_tester.sh
|
| diff --git a/build/android/buildbot/bb_try_tester.sh b/build/android/buildbot/bb_try_tester.sh
|
| index da476dddabb90ba5810ac8a84207b0424c7fc96a..caba32d4584008a84c288e0e4efd058ef79096bf 100755
|
| --- a/build/android/buildbot/bb_try_tester.sh
|
| +++ b/build/android/buildbot/bb_try_tester.sh
|
| @@ -4,8 +4,10 @@
|
| # found in the LICENSE file.
|
| #
|
| # Buildbot annotator script for tester half of android trybots
|
| -BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)"
|
| -. "${BB_SRC_ROOT}/build/android/buildbot_functions.sh"
|
| +
|
| +BB_DIR="$(dirname $0)"
|
| +BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
|
| +. "$BB_DIR/buildbot_functions.sh"
|
|
|
| # SHERIFF: if you need to quickly turn "android" trybots green,
|
| # uncomment the next line (and send appropriate email out):
|
|
|