Skip to content

Commit 0990c1e

Browse files
committed
In rustup-mock's expect_ok_ex dbg stdout & stderr
1 parent c39e791 commit 0990c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustup-mock/src/clitools.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ pub fn expect_ok_ex(config: &Config, args: &[&str], stdout: &str, stderr: &str)
225225
println!("expected.ok: {}", true);
226226
print_indented("expected.stdout", stdout);
227227
print_indented("expected.stderr", stderr);
228+
dbg!(out.stdout == stdout);
229+
dbg!(out.stderr == stderr);
228230
panic!();
229231
}
230232
}

0 commit comments

Comments
 (0)