Skip to content

Commit

Permalink
bazelisk_test.sh: Unset USE_BAZEL_VERSION in setup (bazelbuild#94)
Browse files Browse the repository at this point in the history
Fix Bazelisk failure in Bazel CI Downstream after we always pass --test_env=USE_BAZEL_VERSION for all tests.
  • Loading branch information
meteorcloudy authored Oct 15, 2019
1 parent fd66bc3 commit 8ec9f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazelisk_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ BAZELISK_VERSION=$1
shift 1

function setup() {
unset USE_BAZEL_VERSION
BAZELISK_HOME="$(mktemp -d $TEST_TMPDIR/home.XXXXXX)"

cp "$(rlocation __main__/releases_for_tests.json)" "${BAZELISK_HOME}/bazelbuild-releases.json"
Expand Down

0 comments on commit 8ec9f17

Please sign in to comment.