From 19d119785c328e6f06fae99bbf6ed1f20eebf14a Mon Sep 17 00:00:00 2001 From: Matthew Rasmus Date: Thu, 4 Dec 2014 16:19:56 -0800 Subject: Last second bug catch --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 2384f7c6c1d..a47777d82f7 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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() -- cgit v1.2.3