summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 16:03:25 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 16:03:25 +0000
commit090ee65ba03ce50d0ec5dcd41ac77b377779c6ba (patch)
treedf8467348fbce7cd16afed78021d295d9bd363bf /distbuild
parent949788092824768dc5ffd517073b5b94172869ee (diff)
parentff04f9c2523c9a5d1e55481a43048b5728dafbe4 (diff)
downloadmorph-090ee65ba03ce50d0ec5dcd41ac77b377779c6ba.tar.gz
Merge branch 'baserock/richardipsum/build-log-on-stdout-tee2'
Reviewed by: Lars Wirzenius Sam Thursfield Daniel Silverstone
Diffstat (limited to 'distbuild')
-rw-r--r--distbuild/worker_build_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/worker_build_scheduler.py b/distbuild/worker_build_scheduler.py
index 48ef4a7f..a61c50f7 100644
--- a/distbuild/worker_build_scheduler.py
+++ b/distbuild/worker_build_scheduler.py
@@ -468,6 +468,7 @@ class WorkerConnection(distbuild.StateMachine):
argv = [
self._morph_instance,
'worker-build',
+ '--build-log-on-stdout',
self._job.artifact.name,
]
msg = distbuild.message('exec-request',