summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-06-14 23:59:39 -0300
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-06-18 09:29:52 +0100
commit2a071d9bad248e4c58f919ed6700adbcf5c62cab (patch)
treea2ca421442c02bff418e186c3e72c0aa31c5ac19
parent8d9b28173d1ac5bf6c2497e06b35be3bc1dcde97 (diff)
client: Fix verbose output.
-rw-r--r--insanity/client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/insanity/client.py b/insanity/client.py
index 5c1a3d9..3831e7e 100644
--- a/insanity/client.py
+++ b/insanity/client.py
@@ -331,12 +331,11 @@ class CommandLineTesterClient(TesterClient):
print stub, "Test %r is done (Success:%5.1f%%)" % (test, test.getSuccessPercentage())
if self._verbose:
# print out all details from test
-# TODO: very probably broken
print stub, "Arguments:"
ta = test.arguments
fa = test.getFullArgumentList()
for arg in [x for x in fa if ta.has_key(x)]:
- print stub, " %s : %s\t\t%s" % (arg, fa[arg][0], ta[arg])
+ print stub, " %s : %s\t\t%s" % (arg, fa[arg], ta[arg])
# print results from test
print stub, "Results"
tc = test.getIterationCheckList(1) # TODO! iterations