Skip to content

Commit

Permalink
Make test-wpt run with RUST_BACKTRACE=1 by default #8194
Browse files Browse the repository at this point in the history
  • Loading branch information
nxnfufunezn committed Nov 18, 2015
1 parent 2be0cb7 commit c7fab07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/servo/testing_commands.py
Expand Up @@ -283,6 +283,7 @@ def test_wpt(self, **kwargs):
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"]

Expand Down

0 comments on commit c7fab07

Please sign in to comment.