use our java tests target instead of recursive walk (#8777)

pull/7268/head
Derek Perez 4 years ago committed by GitHub
parent 01ac995c94
commit 5df472af15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/linux/bazel/build.sh

@ -25,7 +25,7 @@ git submodule update --init --recursive
trap print_test_logs EXIT
bazel test --copt=-Werror --host_copt=-Werror \
//:build_files_updated_unittest \
//java/... \
//java:tests \
//:protoc \
//:protobuf \
//:protobuf_python \

Loading…
Cancel
Save