From 96d10a665b90a0ca0419cc4e074aa55aac4a54e2 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 03 Dec 2012 19:30:41 +0000 Subject: Use progressive logs numbering --- (limited to 'commands') 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) -- cgit v0.9.1