Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-27 18:44:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 18:44:21 (GMT)
commite60122f2e4a31ab4f4b39e0a2b6358afaca43f4f (patch)
tree1db5239da4d8fd9e536a4c01c7119b5e0ae5ef5c /commands/run
parent51a2618bef58a15d2e56bb06a9b90afe48db0815 (diff)
Fix run and test logs
Diffstat (limited to 'commands/run')
-rwxr-xr-xcommands/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/run b/commands/run
index e08a1c2..5c4113b 100755
--- a/commands/run
+++ b/commands/run
@@ -8,7 +8,7 @@ import common
from devbot import run
from devbot import build
-common.setup()
+common.setup(log_name="run")
if not build.build():
sys.exit(1)