summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/list-adapters4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/list-adapters b/test/list-adapters
index af30f8f..857d024 100755
--- a/test/list-adapters
+++ b/test/list-adapters
@@ -53,7 +53,9 @@ for path in properties["Adapters"]:
for key in properties.keys():
if key in ["Protocols"]:
val = extract_list(properties[key])
+ elif key in ["TagType"]:
+ val = extract_list(properties[key])
else:
val = str(properties[key])
- print " %s = %s" % (key, val)
+ print " %s = %s" % (key, val)