aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-15 10:40:07 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-06-15 10:52:11 +0000
commit43b2ea7274fe11f0d5c9f3363110da72c37da923 (patch)
tree9c6ae7ce6f9056e634df982183cf2799a25ac00d /compile.sh
parentebd0e644d0e8ffba1cdbd54fc59fdb659a05f144 (diff)
Added /etc/bazel.bazelrc as a global Bazel's master rc.
This will allow system-wide configuration for system-wide installation of Bazel. -- Change-Id: I71b7232e648f2690766c3b9184f863dc888524c0 Reviewed-on: https://bazel-review.googlesource.com/#/c/1540/ MOS_MIGRATED_REVID=95994630
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 163eb5c847..6bffcd231e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -153,7 +153,7 @@ fi
if [ $DO_TESTS ]; then
new_step "Running tests"
display "."
- $BAZEL --blazerc=${BAZELRC} test \
+ $BAZEL --blazerc=${BAZELRC} --nomaster_blazerc test \
--javacopt="-source ${JAVA_VERSION} -target ${JAVA_VERSION}" \
-k --test_output=errors //src/... //third_party/ijar/... //scripts/... \
|| fail "Tests failed"