Skip to content

Commit

Permalink
d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Feb 28, 2024
1 parent 63ac63e commit 1c343df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ impl dyn TestStatus {

let (cmd, status, stderr, stdout) = self.run_command(cmd)?;
println!(
"{cmd:?} {status:?}\nSTDOUT\n{}\nSTDERR\n{}",
"{cmd:?} {status}\nSTDOUT\n{}\nSTDERR\n{}",
std::str::from_utf8(&stdout).unwrap(),
std::str::from_utf8(&stderr).unwrap()
);
Expand Down

0 comments on commit 1c343df

Please sign in to comment.