Skip to content

Commit

Permalink
Update minimal_jdk_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhorvitz authored Dec 6, 2023
1 parent b7eb75a commit 0585f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/shell/integration/minimal_jdk_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export BAZEL_SUFFIX="_jdk_minimal"
source "$(rlocation "io_bazel/src/test/shell/integration_test_setup.sh")" \
|| { echo "integration_test_setup.sh not found!" >&2; exit 1; }

# Bazel's install base is < 370MB with minimal JDK and > 370MB with an all
# Bazel's install base is < 450MB with minimal JDK and > 450MB with an all
# modules JDK.
function test_size_less_than_370MB() {
function test_size_less_than_450MB() {
bazel info
ib=$(bazel info install_base)
size=$(du -s "$ib" | cut -d\ -f1)
Expand Down

0 comments on commit 0585f54

Please sign in to comment.