aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2018-03-02 16:10:43 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-02 16:12:27 -0800
commit76de73b979219fe2697aa9dc8f354020e1905d81 (patch)
tree88e765f3ef604d5bdd64c5a022e825dcc7f080d5 /src/test/java/com/google/devtools/build/lib/BUILD
parenta6679aead65603162d57ee5d868ab06fed369fab (diff)
BEP: Add a --build_event_publish_all_actions flag to allow all actions to be published via the BEP, instead of only publishing failed actions and extra actions.
RELNOTES: Add a --build_event_publish_all_actions flag to allow all actions to be published via the BEP. PiperOrigin-RevId: 187683799
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/BUILD')
-rw-r--r--src/test/java/com/google/devtools/build/lib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/BUILD b/src/test/java/com/google/devtools/build/lib/BUILD
index 831dbb37dd..c3d1238a85 100644
--- a/src/test/java/com/google/devtools/build/lib/BUILD
+++ b/src/test/java/com/google/devtools/build/lib/BUILD
@@ -1173,6 +1173,7 @@ java_test(
"//src/main/protobuf:command_line_java_proto",
"//src/main/protobuf:invocation_policy_java_proto",
"//src/main/protobuf:test_status_java_proto",
+ "//src/test/java/com/google/devtools/build/lib:actions_testutil",
"//src/test/java/com/google/devtools/common/options:testutils",
"//third_party:mockito",
],