mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Don’t try to run unit tests for the servo crate.
There are none, but the contenttest program fails with: ``` task '<main>' panicked at 'Required option 'source-dir' missing.', ../../tests/contenttest.rs:48 ```
This commit is contained in:
parent
26cd2b46df
commit
9bbc633ced
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ class MachCommands(CommandBase):
|
|||
env=self.build_env(), cwd=self.servo_crate())
|
||||
|
||||
for component in os.listdir("components"):
|
||||
ret = ret or cargo_test(component)
|
||||
if component != "servo":
|
||||
ret = ret or cargo_test(component)
|
||||
|
||||
return ret
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue