aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/build_event_stream_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/build_event_stream_test.sh')
-rwxr-xr-xsrc/test/shell/integration/build_event_stream_test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/shell/integration/build_event_stream_test.sh b/src/test/shell/integration/build_event_stream_test.sh
index fabb8847ba..3d85cdae02 100755
--- a/src/test/shell/integration/build_event_stream_test.sh
+++ b/src/test/shell/integration/build_event_stream_test.sh
@@ -357,6 +357,14 @@ function test_query() {
expect_log '^started'
expect_log 'command: "query"'
expect_log 'args: "--experimental_build_event_text_file='
+ expect_log 'build_finished'
+ expect_not_log 'aborted'
+ # For query, we also expect the full output to be contained in the protocol,
+ # as well as a proper finished event.
+ expect_log '//pkg:true'
+ expect_log '//pkg:slow'
+ expect_log '^finished'
+ expect_log 'name: "SUCCESS"'
}
function test_multiple_transports() {