summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-07-26 13:44:01 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-26 13:44:01 +0000
commita9adb480eb9b2c59f5b32a9bd4576867bafe8889 (patch)
treed5f5fbedab1a489b1432f4f5e8250b7d580d65ed /src/buildstream/_frontend/app.py
parent737fbaca671140a1e1a6eb8bbcb01ed9bbc3fb21 (diff)
parentdf8af303f286a0c4f1c4be9c61fd049543d1de2c (diff)
downloadbuildstream-fetch-committers.tar.gz
Merge branch 'jonathan/job-progress' into 'master'fetch-committers
Render progress information for loading and processing elements See merge request BuildStream/buildstream!1482
Diffstat (limited to 'src/buildstream/_frontend/app.py')
-rw-r--r--src/buildstream/_frontend/app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index 0c140a83a..76d3b8dde 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -230,6 +230,9 @@ class App():
# Propagate pipeline feedback to the user
self.context.messenger.set_message_handler(self._message_handler)
+ # Allow the Messenger to write status messages
+ self.context.messenger.set_render_status_cb(self._maybe_render_status)
+
# Preflight the artifact cache after initializing logging,
# this can cause messages to be emitted.
try: