Improve diffing

This commit is contained in:
Mubelotix
2025-08-26 12:08:38 +02:00
parent c839b804fb
commit 1528cfe683
6 changed files with 31 additions and 7 deletions

View File

@ -124,7 +124,8 @@ impl TestWorkload {
&[String::from("--experimental-dumpless-upgrade")],
&self.name,
binary_path.as_deref(),
).await?;
)
.await?;
tracing::info!("Upgraded to {version}");
}
}