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 79e81f3 commit e7bd46eCopy full SHA for e7bd46e
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -243,11 +243,10 @@ impl Termination for AppResult {
243
fn report(self) -> ExitCode {
244
let exit_code = self.exit_code();
245
println!(" ");
246
- println!("----------------------------------------------------------------------------------------------------");
+ println!("{:-^100}", "");
247
println!("Mithril End to End test outcome:");
248
249
println!("{self}");
250
- println!("{exit_code:?}");
251
252
exit_code
253
}
0 commit comments