Auto merge of #2889 - oli-obk:ui_test, r=oli-obk

Emit the compiler flags in CI again

fixes #2886
This commit is contained in:
bors 2023-05-11 08:54:43 +00:00
commit 44de0ee5c8

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).