| Index: build/android/buildbot/bb_fyi_tester.sh
|
| diff --git a/build/android/buildbot/bb_fyi_tester.sh b/build/android/buildbot/bb_fyi_tester.sh
|
| index 9d123af8a1231690d78d24dfd31c7e3d70f55dc8..c96721a5f135242f87fd4515d8e6ac603c01a642 100755
|
| --- a/build/android/buildbot/bb_fyi_tester.sh
|
| +++ b/build/android/buildbot/bb_fyi_tester.sh
|
| @@ -9,8 +9,9 @@
|
| # SHERIFF: there should be no need to disable this bot.
|
| # The FYI waterfall does not close the tree.
|
|
|
| -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"
|
|
|
| bb_baseline_setup "$BB_SRC_ROOT" "$@"
|
| bb_extract_build
|
|
|