mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 13:21:09 +00:00
Add the mode to the output
This commit is contained in:
@@ -265,9 +265,10 @@ async fn start_cli_reporting_task(output_format: OutputFormat, reporter: Reporte
|
|||||||
OutputFormat::CargoTestLike => {
|
OutputFormat::CargoTestLike => {
|
||||||
writeln!(
|
writeln!(
|
||||||
buf,
|
buf,
|
||||||
"\t{} {}\n",
|
"\t{} {} - {}\n",
|
||||||
Color::Green.paint("Running"),
|
Color::Green.paint("Running"),
|
||||||
metadata_file_path.display()
|
metadata_file_path.display(),
|
||||||
|
mode
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
@@ -329,7 +330,7 @@ async fn start_cli_reporting_task(output_format: OutputFormat, reporter: Reporte
|
|||||||
OutputFormat::CargoTestLike => {
|
OutputFormat::CargoTestLike => {
|
||||||
writeln!(
|
writeln!(
|
||||||
buf,
|
buf,
|
||||||
"run finished. {} passed; {} failed; {} ignored; finished in {}",
|
"run finished. {} passed; {} failed; {} ignored; finished in {}s",
|
||||||
global_success_count,
|
global_success_count,
|
||||||
global_failure_count,
|
global_failure_count,
|
||||||
global_ignore_count,
|
global_ignore_count,
|
||||||
|
|||||||
Reference in New Issue
Block a user