From d03d87f67ed7f55c23298a019186b4e84184688f Mon Sep 17 00:00:00 2001 From: aehlig Date: Mon, 10 Jul 2017 14:39:33 +0200 Subject: BEP: Report test warnings Also report test warnings, if any, for completed test actions in the build event protocol. RELNOTES: None PiperOrigin-RevId: 161384061 --- .../devtools/build/lib/buildeventstream/proto/build_event_stream.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/com/google/devtools/build/lib/buildeventstream') diff --git a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto index 200784b535..7e8253e244 100644 --- a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto +++ b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto @@ -429,6 +429,9 @@ message TestResult { // Files (logs, test.xml, undeclared outputs, etc) generated by that test // action. repeated File test_action_output = 2; + + // Warnings generated by that test action. + repeated string warning = 7; } // Payload of the event summarizing a test. -- cgit v1.2.3