mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Fix running of tests
This commit is contained in:
parent
d838286de6
commit
1c84ccf6e4
3 changed files with 30 additions and 26 deletions
|
|
@ -268,7 +268,7 @@ fn main() -> anyhow::Result<()> {
|
|||
Commands::Qemu(args) | Commands::Run(args) => {
|
||||
// x86_64 target not valid
|
||||
info!("Testing for backend: {backend:?}");
|
||||
run_test(
|
||||
qemu_run_examples(
|
||||
globals,
|
||||
&cargologlevel,
|
||||
backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue