Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-03 19:30:41 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-03 19:30:41 (GMT)
commit96d10a665b90a0ca0419cc4e074aa55aac4a54e2 (patch)
treef0c1cd377b6f96b23ec893b3652b0813e8cb2cfd /commands
parent6f323c4988558ed05f1425a736d4145bb154ad69 (diff)
Use progressive logs numbering
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)