未验证 提交 08959313 编写于 作者: K kennytm

Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton

Don't run test launching `echo` since that doesn't exist on Windows
......@@ -408,11 +408,11 @@ fn get_step_descriptions(kind: Kind) -> Vec<StepDescription> {
test::RustdocJSStd,
test::RustdocJSNotStd,
test::RustdocTheme,
test::RustdocUi,
// Run bootstrap close to the end as it's unlikely to fail
test::Bootstrap,
// Run run-make last, since these won't pass without make on Windows
test::RunMake,
test::RustdocUi
),
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
Kind::Doc => describe!(
......
......@@ -8,7 +8,7 @@
//!
//! The [`Command`] struct is used to configure and spawn processes:
//!
//! ```
//! ```no_run
//! use std::process::Command;
//!
//! let output = Command::new("echo")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册