aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 107844124f..12bfc2fac2 100755
--- a/compile.sh
+++ b/compile.sh
@@ -169,7 +169,7 @@ if [ $DO_TESTS ]; then
BAZEL_TEST_FILTERS="-jdk8"
fi
fi
- $BAZEL --blazerc=${BAZELRC} --nomaster_blazerc test \
+ $BAZEL --bazelrc=${BAZELRC} --nomaster_bazelrc test \
--test_tag_filters="${BAZEL_TEST_FILTERS-}" \
--build_tests_only \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \