mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #8590 - nxnfufunezn:_run_test-wpt_with_RUST_BACKTRACE, r=jdm
Make test-wpt run with RUST_BACKTRACE=1 by default #8194 Fixes #8194 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8590) <!-- Reviewable:end -->
This commit is contained in:
commit
1dd4c0821f
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