mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867372 - Mach gtest doesn't work with default test filter on windows. r=gps NPOTB
This commit is contained in:
parent
bfeee4138b
commit
4cc837ff5d
@ -291,7 +291,7 @@ class Warnings(MachCommandBase):
|
||||
@CommandProvider
|
||||
class GTestCommands(MachCommandBase):
|
||||
@Command('gtest', help='Run GTest unit tests.')
|
||||
@CommandArgument('gtest_filter', default='*', nargs='?', metavar='gtest_filter',
|
||||
@CommandArgument('gtest_filter', default=b"*", nargs='?', metavar='gtest_filter',
|
||||
help="test_filter is a ':'-separated list of wildcard patterns (called the positive patterns),"
|
||||
"optionally followed by a '-' and another ':'-separated pattern list (called the negative patterns).")
|
||||
@CommandArgument('--jobs', '-j', default='1', nargs='?', metavar='jobs', type=int,
|
||||
|
Loading…
Reference in New Issue
Block a user