commit | 5df472af155dc34e1f01d2874c1bf1184bd857c5 | [log] [tgz] |
---|---|---|
author | Derek Perez <perezd@users.noreply.github.com> | Mon Jun 28 14:31:56 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 28 14:31:56 2021 -0700 |
tree | 3df346ccc5cce62c28832f662a0d3a665190fd14 | |
parent | 01ac995c942d9b7371ea8f5fa4c6f3eeadd6dcbf [diff] |
use our java tests target instead of recursive walk (#8777)
diff --git a/kokoro/linux/bazel/build.sh b/kokoro/linux/bazel/build.sh index c46a5dd..300e212 100755 --- a/kokoro/linux/bazel/build.sh +++ b/kokoro/linux/bazel/build.sh
@@ -25,7 +25,7 @@ trap print_test_logs EXIT bazel test --copt=-Werror --host_copt=-Werror \ //:build_files_updated_unittest \ - //java/... \ + //java:tests \ //:protoc \ //:protobuf \ //:protobuf_python \