mirror of
https://github.com/servo/servo.git
synced 2025-06-09 17:13:24 +00:00
Make test-wpt run with RUST_BACKTRACE=1 by default #8194
This commit is contained in:
parent
2be0cb7827
commit
c7fab07d03
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ class MachCommands(CommandBase):
|
|||
hosts_file_path = path.join(self.context.topdir, 'tests', 'wpt', 'hosts')
|
||||
|
||||
os.environ["hosts_file_path"] = hosts_file_path
|
||||
os.environ["RUST_BACKTRACE"] = "1"
|
||||
|
||||
kwargs["debug"] = not kwargs["release"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue