Skip to content

Commit fb9d558

Browse files
committed
Auto merge of #14268 - epage:test-proc, r=weihanglo
feat(test): Re-export ProcessBuilder Since its tied heavily into the API, this should make it easier to use and document.
2 parents f10c069 + 879bc9e commit fb9d558

File tree

1 file changed

+2
-1
lines changed
  • crates/cargo-test-support/src

1 file changed

+2
-1
lines changed

crates/cargo-test-support/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use std::thread::JoinHandle;
2424
use std::time::{self, Duration};
2525

2626
use anyhow::{bail, Result};
27-
use cargo_util::{is_ci, ProcessBuilder, ProcessError};
27+
use cargo_util::{is_ci, ProcessError};
2828
use snapbox::IntoData as _;
2929
use url::Url;
3030

@@ -40,6 +40,7 @@ macro_rules! t {
4040
};
4141
}
4242

43+
pub use cargo_util::ProcessBuilder;
4344
pub use snapbox::file;
4445
pub use snapbox::str;
4546
pub use snapbox::utils::current_dir;

0 commit comments

Comments
 (0)