Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run
diff options
context:
space:
mode:
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)