summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-08 15:18:00 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 16:27:54 +0100
commitff04f9c2523c9a5d1e55481a43048b5728dafbe4 (patch)
treea6f9cbd13845e8193525e010ff9125ca93ea2882
parent3ae69180779509316c175aebd48f1a3d6b7e282b (diff)
downloadmorph-ff04f9c2523c9a5d1e55481a43048b5728dafbe4.tar.gz
Make distbuild put worker logs onto stdout
-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',