From 8e2adfbf3c0eb5db6a591cc56a228fee986ccb6a Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Tue, 19 Jan 2016 09:01:11 +0000 Subject: Use --nolegacy_bazel_java_test when launching test. This will create a non-dummy XML file for all our java_test. -- MOS_MIGRATED_REVID=112449480 --- compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 8292ebb813..1cc6ecf545 100755 --- a/compile.sh +++ b/compile.sh @@ -152,6 +152,7 @@ if [ $DO_TESTS ]; then $BAZEL --bazelrc=${BAZELRC} --nomaster_bazelrc test \ --test_tag_filters="${BAZEL_TEST_FILTERS-}" \ --build_tests_only \ + --nolegacy_bazel_java_test \ ${EXTRA_BAZEL_ARGS} \ --javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \ -k --test_output=errors //src/... //third_party/ijar/... //scripts/... \ -- cgit v1.2.3