mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 21:57:58 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b8fec2a12 | |||
| 73fce7a250 |
@@ -1002,6 +1002,7 @@ pub enum TestingPlatform {
|
|||||||
Ord,
|
Ord,
|
||||||
Hash,
|
Hash,
|
||||||
Serialize,
|
Serialize,
|
||||||
|
Deserialize,
|
||||||
ValueEnum,
|
ValueEnum,
|
||||||
EnumString,
|
EnumString,
|
||||||
Display,
|
Display,
|
||||||
|
|||||||
@@ -318,7 +318,14 @@ async fn start_cli_reporting_task(output_format: OutputFormat, reporter: Reporte
|
|||||||
status, success_count, failure_count, ignored_count,
|
status, success_count, failure_count, ignored_count,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
writeln!(buf).unwrap()
|
writeln!(buf).unwrap();
|
||||||
|
|
||||||
|
buf = tokio::task::spawn_blocking(move || {
|
||||||
|
buf.flush().unwrap();
|
||||||
|
buf
|
||||||
|
})
|
||||||
|
.await
|
||||||
|
.unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user