Last second bug catch

This commit is contained in:
Matthew Rasmus 2014-12-04 16:19:56 -08:00
parent 0aa6d9c28e
commit 19d119785c

View file

@ -100,7 +100,7 @@ class MachCommands(CommandBase):
help="Specific component to test")
@CommandArgument('test_name', nargs=argparse.REMAINDER,
help="Only run tests that match this pattern")
def test_unit(self, test_name=None, component=None):
def test_unit(self, test_name, component=None):
self.ensure_bootstrapped()
self.ensure_built_tests()