summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:07:54 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:07:54 +0000
commit5a14261153a166511b651572ca76708ad3d8ea52 (patch)
treebd8f2f54fc6b78dfef9ec7ae01a065851eeb257e /test
parent8b415b792063dc548c753c37166dfa104157daee (diff)
Allow event listening and commands at the same time
Diffstat (limited to 'test')
-rwxr-xr-xtest/apitest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apitest b/test/apitest
index ccb40bbe..b1c3f103 100755
--- a/test/apitest
+++ b/test/apitest
@@ -415,7 +415,7 @@ class Tester:
self.dbus_dev_sig_setup()
print 'Listening for events...'
- elif self.cmd in mgr_cmds:
+ if self.cmd in mgr_cmds:
try:
self.dbus_mgr_setup()
except dbus.DBusException, e: