From 43b2ea7274fe11f0d5c9f3363110da72c37da923 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 15 Jun 2015 10:40:07 +0000 Subject: 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 --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') 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" -- cgit v1.2.3