Kaydet (Commit) 511f6f85 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: make it easier to debug which test is causing issues

Change-Id: I10a777d15d99a1fea756160ec39093a2781119b1
üst d46da071
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment