projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9da098
)
validate:launcher: Make sure to show apps specific options in the help
author
Thibault Saunier
<tsaunier@gnome.org>
Wed, 18 Mar 2015 16:05:19 +0000
(17:05 +0100)
committer
Thibault Saunier
<tsaunier@gnome.org>
Wed, 18 Mar 2015 16:06:14 +0000
(17:06 +0100)
validate/launcher/main.py
patch
|
blob
|
history
diff --git
a/validate/launcher/main.py
b/validate/launcher/main.py
index
f04bd8f
..
74f16e6
100644
(file)
--- a/
validate/launcher/main.py
+++ b/
validate/launcher/main.py
@@
-479,15
+479,15
@@
Note that all testsuite should be inside python modules, so the directory should
loggable.init("GST_VALIDATE_LAUNCHER_DEBUG", True, False)
+ tests_launcher = _TestsLauncher(libsdir)
+ tests_launcher.add_options(parser)
+
if _help_message == HELP and which(LESS):
tmpf = tempfile.NamedTemporaryFile()
parser.print_help(file=tmpf)
exit(os.system("%s %s" % (LESS, tmpf.name)))
- tests_launcher = _TestsLauncher(libsdir)
- tests_launcher.add_options(parser)
-
options = LauncherConfig()
parser.parse_args(namespace=options)
if not options.cleanup():