Skip to content

Commit

Permalink
Fix & re-enable test_path_is_consistent_regardless_of_base_url (#611)
Browse files Browse the repository at this point in the history
sourceforge no longer hosts Bazel 6.2, so I had to use a newer version instead.
  • Loading branch information
fweikert committed Sep 17, 2024
1 parent 2562ea7 commit 909fce8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bazelisk_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ EOF
function test_path_is_consistent_regardless_of_base_url() {
setup

echo 6.2.0 > .bazelversion
echo 7.3.1 > .bazelversion

cat >WORKSPACE <<EOF
load("//:print_path.bzl", "print_path")
Expand Down Expand Up @@ -577,10 +577,9 @@ if [[ $BAZELISK_VERSION == "GO" ]]; then
test_bazel_prepend_binary_directory_to_path_go
echo

# Disabled due to https://github.com/bazelbuild/bazelisk/pull/465#issuecomment-1805905082
# echo "# test_path_is_consistent_regardless_of_base_url"
# test_path_is_consistent_regardless_of_base_url
# echo
echo "# test_path_is_consistent_regardless_of_base_url"
test_path_is_consistent_regardless_of_base_url
echo

case "$(uname -s)" in
MSYS*)
Expand Down

0 comments on commit 909fce8

Please sign in to comment.