diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 79175b45f10..59a30207c89 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -258,9 +258,7 @@ class MachCommands(CommandBase): if nocapture: args += ["--", "--nocapture"] - # We are setting is_build here to true, because running `cargo test` can trigger builds. - env = self.build_env(is_build=True) - + env = self.build_env() return self.run_cargo_build_like_command( "bench" if bench else "test", args, |