aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
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 6bffcd231e..aaa4ba6e10 100755
--- a/compile.sh
+++ b/compile.sh
@@ -154,6 +154,7 @@ if [ $DO_TESTS ]; then
new_step "Running tests"
display "."
$BAZEL --blazerc=${BAZELRC} --nomaster_blazerc test \
+ --build_tests_only \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
-k --test_output=errors //src/... //third_party/ijar/... //scripts/... \
|| fail "Tests failed"