Skip to content

Commit 5ec6bcd

Browse files
committed
Make test process stdout/err clearer
1 parent 15ccde7 commit 5ec6bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock/clitools.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,8 @@ where
615615

616616
println!("inprocess: {inprocess}");
617617
println!("status: {:?}", out.status);
618-
println!("----- stdout\n{}", output.stdout);
619-
println!("----- stderr\n{}", output.stderr);
618+
println!("stdout:\n====\n{}\n====\n", output.stdout);
619+
println!("stderr:\n====\n{}\n====\n", output.stderr);
620620

621621
output
622622
}

0 commit comments

Comments
 (0)