projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c141101
)
tests/pdtest: Fix -R (takes an argument).
author
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 27 Jan 2014 14:50:15 +0000
(15:50 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 28 Jan 2014 21:46:05 +0000
(22:46 +0100)
tests/pdtest
patch
|
blob
|
history
diff --git
a/tests/pdtest
b/tests/pdtest
index e33ff2c69fddc9a60eaa3564440639782d751229..8a760f2a71884e5384121bf5bf1ca2faba0339f2 100755
(executable)
--- a/
tests/pdtest
+++ b/
tests/pdtest
@@
-406,7
+406,7
@@
if len(sys.argv) == 1:
opt_all = opt_run = opt_show = opt_list = opt_fix = False
report_dir = None
-opts, args = getopt(sys.argv[1:], "dvarslfRS:")
+opts, args = getopt(sys.argv[1:], "dvarslfR
:
S:")
for opt, arg in opts:
if opt == '-d':
DEBUG += 1