From 95c1bf60005085a5c83cc63b33319d6b484a704a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 14 Jun 2021 17:55:25 +0200 Subject: Allow to pass arguments to rustdoc-gui tool --- src/bootstrap/test.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bootstrap') diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 0b7a0e25df1..997b7f32eb5 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -877,6 +877,9 @@ impl Step for RustdocGUI { } } } + for test_arg in builder.config.cmd.test_args() { + command.arg(test_arg); + } builder.run(&mut command); } } -- cgit 1.4.1-3-g733a5