it: Don't capture stdout

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2024-03-04 20:59:11 -08:00
parent 25fab64f6e
commit facef799d3

View File

@@ -30,9 +30,8 @@ fn main() {
// Just run the crate.
if !Command::new("cargo")
.args(["run", "-p", &test_crate])
.output()
.status()
.unwrap()
.status
.success()
{
panic!("test failed");