From 6dff251e35736fa74eaab6ddbc8b6ecec08ecf48 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 9 Jan 2018 22:53:26 +0100 Subject: Revert "Use rustdoc --document-private-item instead of deprecated flags" This reverts commit d96f0ff6a77e309682898cc7e1905a7bd0feb3cf. --- python/servo/testing_commands.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index de77c85c285..8a8c41597b9 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -255,12 +255,9 @@ class MachCommands(CommandBase): packages.discard('stylo') - env = self.build_env() + env = self.build_env(test_unit=True) env["RUST_BACKTRACE"] = "1" - # Work around https://github.com/rust-lang/cargo/issues/4790 - del env["RUSTDOCFLAGS"] - if "msvc" in host_triple(): # on MSVC, we need some DLLs in the path. They were copied # in to the servo.exe build dir, so just point PATH to that. -- cgit v1.2.3