[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [buildbot patch 5/6] save config.log
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [buildbot patch 5/6] save config.log |
Date: |
Fri, 1 Feb 2013 15:02:24 +0100 |
Signed-off-by: Gerd Hoffmann <address@hidden>
---
qemu-master.cfg | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/qemu-master.cfg b/qemu-master.cfg
index 2502ced..04d26bf 100644
--- a/qemu-master.cfg
+++ b/qemu-master.cfg
@@ -699,7 +699,9 @@ def create_build_factory(repourl, branch="HEAD",
f.addStep(Configure(command=[configure,
"--disable-debug-info"] +
list(configure_args),
- env={'LANG': 'C'}, workdir=workdir))
+ env={'LANG': 'C'},
+ logfiles={"config.log": "config.log"},
+ workdir=workdir))
f.addStep(Compile(command=[make],
env={'LANG': 'C'},
timeout=2400,
--
1.7.9.7