From 9c21da6ecec2e9668b27647baa2e5ed2dcd462b7 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 16 Aug 2021 17:01:33 +0200 Subject: Take into account jobs number for rustdoc gui tests --- src/bootstrap/test.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bootstrap') diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 9effdb2c959..d12e86b7c1d 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -933,6 +933,8 @@ impl Step for RustdocGUI { let mut command = Command::new(&nodejs); command .arg(builder.build.src.join("src/tools/rustdoc-gui/tester.js")) + .arg("--jobs") + .arg(&builder.jobs().to_string()) .arg("--doc-folder") .arg(out_dir.join("doc")) .arg("--tests-folder") -- cgit 1.4.1-3-g733a5