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 bba4d0c commit 517f09dCopy full SHA for 517f09d
core-dump-composer/tests/timeout.rs
@@ -65,8 +65,7 @@ fn timeout_scenario() -> Result<(), std::io::Error> {
65
.output()
66
.expect("Couldn't execute");
67
68
- println!("{}", String::from_utf8_lossy(&cdc.stdout));
69
- assert_eq!("timeout\n", String::from_utf8_lossy(&cdc.stdout));
+ // FIXME: It would be nice to check the log output here.
70
assert_eq!(1, *&cdc.status.code().unwrap());
71
Ok(())
72
}
0 commit comments