From f660d743f08b5b4fae2a4c491aa3ab0e3e13d543 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 10 Jan 2013 00:24:56 +0000 Subject: Log at the start of the test --- (limited to 'tests/sugar/shell.py') diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py index b6180a6..3d33259 100644 --- a/tests/sugar/shell.py +++ b/tests/sugar/shell.py @@ -79,6 +79,8 @@ def main(): logging.basicConfig(format=format) logging.root.setLevel(logging.DEBUG) + logging.info("Start test") + go_to_list_view() for activity in build_activities_list(): -- cgit v0.9.1