aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 341a163416..485d54c5fa 100755
--- a/compile.sh
+++ b/compile.sh
@@ -154,7 +154,6 @@ if [ $DO_TESTS ]; then
${EXTRA_BAZEL_ARGS} \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
-k --test_output=errors //src/... //third_party/ijar/... //scripts/... \
- //tools/build_defs/scala/test/... \
|| fail "Tests failed"
fi