Skip to content

Commit 44de0ee

Browse files
committed
Auto merge of rust-lang#2889 - oli-obk:ui_test, r=oli-obk
Emit the compiler flags in CI again fixes rust-lang#2886
2 parents 2c88ee8 + 3f7d620 commit 44de0ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
140140
"run".into(), // There is no `cargo miri build` so we just use `cargo miri run`.
141141
];
142142
}
143+
144+
eprintln!(" Compiler: {}", config.program.display());
143145
ui_test::run_tests_generic(
144146
config,
145147
// The files we're actually interested in (all `.rs` files).

0 commit comments

Comments
 (0)