diff options
author | Matthew Rasmus <mattr@zzntd.com> | 2014-12-04 16:19:56 -0800 |
---|---|---|
committer | Matthew Rasmus <mattr@zzntd.com> | 2014-12-04 16:19:56 -0800 |
commit | 19d119785c328e6f06fae99bbf6ed1f20eebf14a (patch) | |
tree | a6cae07c4edafb6a597ab33388977d14a2f84cf5 /python/servo/testing_commands.py | |
parent | 0aa6d9c28e8fa5405891728de2c387fc1ce9ac6f (diff) | |
download | servo-19d119785c328e6f06fae99bbf6ed1f20eebf14a.tar.gz servo-19d119785c328e6f06fae99bbf6ed1f20eebf14a.zip |
Last second bug catch
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |