We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8ab5d commit 34dd984Copy full SHA for 34dd984
crates/libs/kill_tree/tests/test.rs
@@ -50,6 +50,7 @@ fn kill_tree_default() {
50
} => {
51
assert_eq!(*process_id, target_process_id);
52
assert_eq!(*parent_process_id, std::process::id());
53
+ println!("name: {}", name);
54
assert!(name.starts_with("node"));
55
}
56
kill_tree::Output::MaybeAlreadyTerminated { .. } => {
crates/tools/dev/src/main.rs
@@ -83,7 +83,7 @@ fn build(target: &str) {
83
84
85
fn test() {
86
- run!("cargo test --workspace --all-targets --all-features");
+ run!("cargo test --workspace --all-targets --all-features -- --nocapture");
87
88
89
fn bench() {
0 commit comments