| commit | dccd81fe23111818d63a61d882f65a8b412de4e2 | [log] [tgz] |
|---|---|---|
| author | Kristina Chodorow <kchodorow@google.com> | Mon Feb 01 17:42:07 2016 +0000 |
| committer | Damien Martin-Guillerez <dmarting@google.com> | Tue Feb 02 14:57:27 2016 +0000 |
| tree | 485d1a4ce12173b3d2d3591665d8e905b9945e57 | |
| parent | 0b3ee9fb3bc2b10dfdfbe249c20d661f1cd8662e [diff] |
Make sure $BAZEL is set when `./compile.sh test` is run Fixes #832. -- MOS_MIGRATED_REVID=113537330
diff --git a/compile.sh b/compile.sh index 880555d..bf13174 100755 --- a/compile.sh +++ b/compile.sh
@@ -68,6 +68,8 @@ 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 #