mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Remove test-geckolib, run test-stylo on travis
This commit is contained in:
parent
494a89c27f
commit
25342f4c9c
2 changed files with 1 additions and 12 deletions
|
@ -158,17 +158,6 @@ class MachCommands(CommandBase):
|
|||
return suite
|
||||
return None
|
||||
|
||||
@Command('test-geckolib',
|
||||
description='Test geckolib sanity checks',
|
||||
category='testing')
|
||||
def test_geckolib(self):
|
||||
self.ensure_bootstrapped()
|
||||
|
||||
env = self.build_env()
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
return call(["cargo", "test"], env=env, cwd=path.join("ports", "geckolib"))
|
||||
|
||||
@Command('test-perf',
|
||||
description='Run the page load performance test',
|
||||
category='testing')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue