Skip to content

Commit b113bbe

Browse files
committed
use a Miri-specific folder for ui tests
1 parent 5e944bb commit b113bbe

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/tests

1 file changed

+1
-1
lines changed

Diff for: src/tools/miri/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)