Bug 867372 - Mach gtest doesn't work with default test filter on windows. r=gps NPOTB

This commit is contained in:
Benoit Girard 2013-05-01 16:54:08 -04:00
parent bfeee4138b
commit 4cc837ff5d

View File

@ -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,