Make test-wpt run with RUST_BACKTRACE=1 by default #8194

This commit is contained in:
nxnfufunezn 2015-11-19 01:32:12 +05:30
parent 2be0cb7827
commit c7fab07d03

View file

@ -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"]