mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Remove references to stylo from mach test-unit
(#39562)
`stylo` does not live in the servo repository anymore. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
2560543ac7
commit
6c062bbea8
1 changed files with 0 additions and 3 deletions
|
@ -221,7 +221,6 @@ class MachCommands(CommandBase):
|
||||||
"selectors",
|
"selectors",
|
||||||
"servo_config",
|
"servo_config",
|
||||||
"servoshell",
|
"servoshell",
|
||||||
"stylo_config",
|
|
||||||
]
|
]
|
||||||
if not packages:
|
if not packages:
|
||||||
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set([".DS_Store"])
|
packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set([".DS_Store"])
|
||||||
|
@ -235,8 +234,6 @@ class MachCommands(CommandBase):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
packages.discard("stylo")
|
|
||||||
|
|
||||||
# Return if there is nothing to do.
|
# Return if there is nothing to do.
|
||||||
if len(packages) == 0 and len(in_crate_packages) == 0:
|
if len(packages) == 0 and len(in_crate_packages) == 0:
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue