Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions bazelisk_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,6 @@ function test_bazel_version_from_base_url() {
(echo "FAIL: Expected to find 'Build label: 7.2.1' in the output of 'bazelisk version'"; exit 1)
}

function test_bazel_version_rc_from_base_url() {
setup

echo "9.0.0rc1" > .bazelversion

BAZELISK_BASE_URL="https://github.com/bazelbuild/bazel/releases/download" \
BAZELISK_HOME="$BAZELISK_HOME" \
bazelisk version 2>&1 | tee log

grep "Build label: 9.0.0rc1" log || \
(echo "FAIL: Expected to find 'Build label: 9.0.0rc1' in the output of 'bazelisk version'"; exit 1)
}

function test_bazel_latest_minus_3_py() {
setup

Expand Down Expand Up @@ -547,9 +534,6 @@ if [[ $BAZELISK_VERSION == "GO" ]]; then
test_bazel_version_from_base_url
echo

echo "# test_bazel_version_rc_from_base_url"
test_bazel_version_rc_from_base_url

echo "# test_bazel_version_from_user_home_bazeliskrc"
test_bazel_version_from_user_home_bazeliskrc
echo
Expand Down