Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'commands/run-tests')
-rwxr-xr-xcommands/run-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/run-tests b/commands/run-tests
index ee0fbb5..a000f3b 100755
--- a/commands/run-tests
+++ b/commands/run-tests
@@ -10,7 +10,7 @@ import common
from devbot import run
from devbot import test
-common.setup()
+common.setup(log_name="test")
def _run_ui_tests():
@@ -23,7 +23,7 @@ def _run_ui_tests():
result = run.run_test("sugar-runner", test_path, virtual)
logs_path = os.path.join(profile_path, "logs")
- run.collect_logs(logs_path, "test")
+ run.collect_logs(logs_path)
if not result:
sys.exit(1)