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 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"