validate: launcher: Fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3940>
This commit is contained in:
ekwange 2020-02-26 10:18:58 +09:00 committed by GStreamer Marge Bot
parent 248044329c
commit 264a57dabe

View File

@ -352,7 +352,7 @@ class GstCheckTestsManager(MesonTestsManager):
arggroup.add_argument("--gst-check-leak-trace-testnames", arggroup.add_argument("--gst-check-leak-trace-testnames",
default=None, default=None,
help="A regex to specifying testsnames of the test" 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" " is specified, the testsuite will automatically activate"
" leak tracers on tests known to be not leaky.") " leak tracers on tests known to be not leaky.")
arggroup.add_argument("--gst-check-leak-options", arggroup.add_argument("--gst-check-leak-options",