Fix running of tests

This commit is contained in:
datdenkikniet 2023-04-15 22:19:13 +02:00
parent d838286de6
commit 1c84ccf6e4
3 changed files with 30 additions and 26 deletions

View file

@ -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,