summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-10 01:26:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:14 +0200
commit511f6f85d90884f864b5bf42eedb758841f72957 (patch)
tree7e0cd1e2314eddb5f7ef939108b5c1ff01774d93 /uitest
parentd46da071cb4412b708a54cab8252e56c85a9427d (diff)
uitest: make it easier to debug which test is causing issues
Change-Id: I10a777d15d99a1fea756160ec39093a2781119b1
Diffstat (limited to 'uitest')
-rw-r--r--uitest/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/main.py b/uitest/main.py
index 4ec8ad54646b..9cda0534d6a6 100644
--- a/uitest/main.py
+++ b/uitest/main.py
@@ -19,6 +19,7 @@ def load_test(name):
return obj
def generic_test(opts, test_name):
+ print("executing: " + test_name)
connection = PersistentConnection(opts)
connection.setUp()
xContext = connection.getContext()