We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5943cd1 + d6a8e47 commit a9c0271Copy full SHA for a9c0271
tests/ui.rs
@@ -97,6 +97,8 @@ fn miri_config(
97
let mut config = Config {
98
target: Some(target.to_owned()),
99
program,
100
+ // When changing this, remember to also adjust the logic in bootstrap, in Miri's test step,
101
+ // that deletes the `miri_ui` dir when it needs a rebuild.
102
out_dir: PathBuf::from(env!("CARGO_TARGET_TMPDIR")).join("miri_ui"),
103
threads: std::env::var("MIRI_TEST_THREADS")
104
.ok()
0 commit comments