mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Last second bug catch
This commit is contained in:
parent
0aa6d9c28e
commit
19d119785c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue