aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-19 09:01:11 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-01-19 13:27:58 +0000
commit8e2adfbf3c0eb5db6a591cc56a228fee986ccb6a (patch)
treea6586df339abe9adbe79a9b03ca78a216e6ac35d /compile.sh
parent53520e3e8d6f85fd758753f5125926b49694d49a (diff)
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
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 1 insertions, 0 deletions
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/... \