From e60122f2e4a31ab4f4b39e0a2b6358afaca43f4f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Dec 2012 18:44:21 +0000 Subject: Fix run and test logs --- (limited to 'commands/run') 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) -- cgit v0.9.1