OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
(Results
1 - 2
of
2
) sorted by null
/prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash
54
: ${
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
:=false}
67
# _RUNTEST are special case when
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
89
if _bazel__is_true "$
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
"; then
[
all
...]
/prebuilts/tools/linux-x86/bazel/
bazel-complete.bash
54
: ${
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
:=false}
67
# _RUNTEST are special case when
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
89
if _bazel__is_true "$
BAZEL_COMPLETION_ALLOW_TESTS_FOR_RUN
"; then
[
all
...]
Completed in 391 milliseconds