mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
validate: launcher: Fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3940>
This commit is contained in:
parent
248044329c
commit
264a57dabe
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ class GstCheckTestsManager(MesonTestsManager):
|
|||
arggroup.add_argument("--gst-check-leak-trace-testnames",
|
||||
default=None,
|
||||
help="A regex to specifying testsnames of the test"
|
||||
"to run with the leak tracer activated, if 'known-not-leaky'"
|
||||
" to run with the leak tracer activated, if 'known-not-leaky'"
|
||||
" is specified, the testsuite will automatically activate"
|
||||
" leak tracers on tests known to be not leaky.")
|
||||
arggroup.add_argument("--gst-check-leak-options",
|
||||
|
|
Loading…
Reference in a new issue