Emit the compiler flags again

This commit is contained in:
Oli Scherer 2023-05-11 08:33:01 +00:00
parent 2c88ee8e45
commit 3f7d620440

View File

@ -140,6 +140,8 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
"run".into(), // There is no `cargo miri build` so we just use `cargo miri run`.
];
}
eprintln!(" Compiler: {}", config.program.display());
ui_test::run_tests_generic(
config,
// The files we're actually interested in (all `.rs` files).