aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-24 15:20:09 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-25 06:47:06 +0000
commit50d124bb2819706ca5658fea998f4493b41bb86b (patch)
treeb1ed728060da2dc08b93404addad0ef829ebd196 /compile.sh
parent4349f9435d0adb5169553d931b71c40b78c7b60a (diff)
Support the --[no]master_bazelrc flag
And get rid of usage of "blazerc" flags in our scripts. -- MOS_MIGRATED_REVID=96776423
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}" \