Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/sugar/shell.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-10 00:24:56 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-10 00:24:56 (GMT)
commitf660d743f08b5b4fae2a4c491aa3ab0e3e13d543 (patch)
treeceb9ea5cfc9161331ec4ddd4e52692b98aba3962 /tests/sugar/shell.py
parente735e1ff648102455c4e707f41c664080931d329 (diff)
Log at the start of the test
Diffstat (limited to 'tests/sugar/shell.py')
-rw-r--r--tests/sugar/shell.py2
1 files changed, 2 insertions, 0 deletions
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():