Skip to content

Commit

Permalink
Fix src/test/shell/bazel/jdeps_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Jun 21, 2024
1 parent 4046ec9 commit ca727d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/shell/bazel/jdeps_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ function test_jdeps() {
# src/test/shell/bazel/jdeps_class_denylist.txt.
find . -type f -iname \*class | \
grep -vFf "$denylist" | \
xargs -s 262144 ../jdk/reduced/bin/jdeps --list-reduced-deps --ignore-missing-deps | \
sort -r | \
xargs -s 400000 ../jdk/reduced/bin/jdeps --list-reduced-deps --ignore-missing-deps | \
grep -v "unnamed module" > ../jdeps \
|| fail "Failed to run jdeps on non denylisted class files."
cd ..
Expand Down

0 comments on commit ca727d6

Please sign in to comment.