X-Git-Url: https://git.jankratochvil.net/?p=lldb.git;a=blobdiff_plain;f=lldb%2Fpackages%2FPython%2Flldbsuite%2Ftest%2Fdotest_args.py;h=d6f59efdf28b491797ad7bada86e6464b99eb8c3;hp=ff2ac5a47ea5063c9c283806f7a7c84bf2c7b3f6;hb=8ee225744f109b19e7d2412cbc50d4586991d8cf;hpb=849d4405f534434ebbda9889f24ff20122e34671;ds=sidebyside diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index ff2ac5a..d6f59ef 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -51,7 +51,7 @@ def create_parser(): suggestions: do not lump the "-A arch1 -A arch2" together such that the -E option applies to only one of the architectures''')) group.add_argument('--dsymutil', metavar='dsymutil', dest='dsymutil', help=textwrap.dedent('Specify which dsymutil to use.')) - + group.add_argument('--yaml2obj', metavar='yaml2obj', dest='yaml2obj', help=textwrap.dedent('Specify which yaml2obj binary to use.')) group.add_argument('--filecheck', metavar='filecheck', dest='filecheck', help=textwrap.dedent('Specify which FileCheck binary to use.')) # Test filtering options