diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2016-10-12 18:46:17 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-10-12 18:46:17 +0530 |
commit | 25342f4c9c0253fe9aaac0a85843ebce5b26ea8a (patch) | |
tree | 0eb0a9772c55c5a96175b11a5c646fa3d279b2db /python/servo/testing_commands.py | |
parent | 494a89c27f302c47dff3c95c1a152219ad0463f7 (diff) | |
download | servo-25342f4c9c0253fe9aaac0a85843ebce5b26ea8a.tar.gz servo-25342f4c9c0253fe9aaac0a85843ebce5b26ea8a.zip |
Remove test-geckolib, run test-stylo on travis
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index a7b5e904072..208d9b2433b 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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') |