aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 4daeb3ae54..53fc4127b9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -189,7 +189,9 @@ if [ $DO_TESTS ]; then
fi
fi
fi
- $BAZEL --bazelrc=${BAZELRC} --nomaster_bazelrc test \
+ $BAZEL --bazelrc=${BAZELRC} --nomaster_bazelrc \
+ ${BAZEL_DIR_STARTUP_OPTIONS} \
+ test \
--test_tag_filters="${BAZEL_TEST_FILTERS-}" \
--build_tests_only \
--nolegacy_bazel_java_test \