Remove test-geckolib, run test-stylo on travis

This commit is contained in:
Manish Goregaokar 2016-10-12 18:46:17 +05:30
parent 494a89c27f
commit 25342f4c9c
2 changed files with 1 additions and 12 deletions

View file

@ -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')