mirror of
https://github.com/servo/servo.git
synced 2025-07-27 01:00:41 +01:00
Fixed test filter
This commit is contained in:
parent
9afdce4405
commit
2dc0b8973d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
def cargo_test(component):
|
||||
return 0 != subprocess.call(
|
||||
["cargo", "test", "-p", component], env=self.build_env())
|
||||
["cargo", "test", "-p", component] + test_name, env=self.build_env())
|
||||
|
||||
for component in os.listdir("components"):
|
||||
ret = ret or cargo_test(component)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue