From dccd81fe23111818d63a61d882f65a8b412de4e2 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Mon, 1 Feb 2016 17:42:07 +0000 Subject: Make sure $BAZEL is set when `./compile.sh test` is run Fixes #832. -- MOS_MIGRATED_REVID=113537330 --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 880555dc80..bf13174213 100755 --- a/compile.sh +++ b/compile.sh @@ -68,6 +68,8 @@ if [ ! -x "${BAZEL}" ]; then display "$INFO $0 ${COMMANDS} /path/to/bazel" new_step 'Building Bazel from scratch' source scripts/bootstrap/compile.sh + # The DO_COMPILE flow will actually create the bazel binary and set BAZEL. + DO_COMPILE=1 fi # -- cgit v1.2.3