mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Disable RUST_BACKTRACE in unit tests on macOS.
This commit is contained in:
parent
c9480c8e07
commit
b54b3aca64
1 changed files with 3 additions and 1 deletions
|
@ -278,6 +278,8 @@ class MachCommands(CommandBase):
|
||||||
packages.discard('stylo')
|
packages.discard('stylo')
|
||||||
|
|
||||||
env = self.build_env(test_unit=True)
|
env = self.build_env(test_unit=True)
|
||||||
|
# FIXME: https://github.com/servo/servo/issues/26192
|
||||||
|
if "apple-darwin" not in host_triple():
|
||||||
env["RUST_BACKTRACE"] = "1"
|
env["RUST_BACKTRACE"] = "1"
|
||||||
|
|
||||||
if "msvc" in host_triple():
|
if "msvc" in host_triple():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue