From c7fab07d037de932729bdad0f348b75b3a3775c9 Mon Sep 17 00:00:00 2001 From: nxnfufunezn Date: Thu, 19 Nov 2015 01:32:12 +0530 Subject: [PATCH] Make test-wpt run with RUST_BACKTRACE=1 by default #8194 --- python/servo/testing_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 9ea5e25c80d..73fac648b76 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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"]