Skip to content

Commit 9a00046

Browse files
committed
Auto merge of #3790 - RalfJung:ui-test-folder, r=RalfJung
use a Miri-specific folder for ui tests
2 parents 1eab3a0 + cc23efa commit 9a00046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn miri_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
7373
stdout_filters: stdout_filters().into(),
7474
mode,
7575
program,
76-
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("ui"),
76+
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("miri_ui"),
7777
edition: Some("2021".into()), // keep in sync with `./miri run`
7878
threads: std::env::var("MIRI_TEST_THREADS")
7979
.ok()

0 commit comments

Comments
 (0)