OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fbda1
)
test: Fix missing call to parser.parse_args() in test-proximity
author
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 4 Feb 2013 12:29:15 +0000
(14:29 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 4 Feb 2013 12:29:15 +0000
(14:29 +0200)
test/test-proximity
patch
|
blob
|
history
diff --git
a/test/test-proximity
b/test/test-proximity
index
0cbf315
..
6b9b2b8
100755
(executable)
--- a/
test/test-proximity
+++ b/
test/test-proximity
@@
-38,6
+38,8
@@
if __name__ == "__main__":
]
parser = OptionParser(option_list=option_list)
+ (options, args) = parser.parse_args()
+
if (len(args) < 1):
print("Usage: %s <command>" % (sys.argv[0]))
print("")