summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-15 13:17:01 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-15 13:17:01 +0200
commit9291fc60cbc178e773159af490ab7eca32e112c1 (patch)
tree8e11f5c2ff808df9958b1a61849cc2f00867c5c0 /test
parent92f9870934fe514bf73d956c594b4827469409a6 (diff)
test-discovery: Make output a bit more readable
Add an empty line between device found entries to make the output more readable.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-discovery2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-discovery b/test/test-discovery
index 22c88c3a6..b7c1c63d0 100755
--- a/test/test-discovery
+++ b/test/test-discovery
@@ -16,6 +16,8 @@ def device_found(address, properties):
else:
print " %s = %s" % (key, value)
+ print
+
def property_changed(name, value):
if (name == "Discovering" and not value):
mainloop.quit()