Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-05-23 01:13:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-05-23 01:13:49 (GMT)
commitc23cfd33bc8cca7a30997b68d3292ad32a2625e3 (patch)
treef2a7a76648c87c8e2cf67dae0d0786ffd9b8fdd6
parentcc56023153057a187d62ea6937a67fba8e1844ca (diff)
Use the check log for the check step
-rw-r--r--builders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/builders.py b/builders.py
index a6ab470..b7d00ae 100644
--- a/builders.py
+++ b/builders.py
@@ -71,7 +71,7 @@ def create_factory(config, env={}, full=False, upload_docs=False):
description="checking",
descriptionDone="check",
haltOnFailure=True,
- logfiles={"log": log_path},
+ logfiles={"log": "build/logs/check.log"},
env=env))
factory.addStep(ShellCommand(command=["./osbuild", "docs"],