Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/test-ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/test-ui b/commands/test-ui
index 0570cf5..5686ebd 100755
--- a/commands/test-ui
+++ b/commands/test-ui
@@ -23,7 +23,7 @@ test_path = os.path.join(common.tests_dir, "sugar", "shell.py")
result = run.run_test("sugar-runner", test_path, virtual)
logs_path = os.path.join(profile_path, "logs")
-run.merge_logs(logs_path, "test.log")
+run.collect_logs(logs_path, "test")
if not result:
sys.exit(1)