Auto merge of #3790 - RalfJung:ui-test-folder, r=RalfJung
use a Miri-specific folder for ui tests
This commit is contained in:
commit
d1ad05a43a
@ -73,7 +73,7 @@ fn miri_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
|
|||||||
stdout_filters: stdout_filters().into(),
|
stdout_filters: stdout_filters().into(),
|
||||||
mode,
|
mode,
|
||||||
program,
|
program,
|
||||||
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("ui"),
|
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("miri_ui"),
|
||||||
edition: Some("2021".into()), // keep in sync with `./miri run`
|
edition: Some("2021".into()), // keep in sync with `./miri run`
|
||||||
threads: std::env::var("MIRI_TEST_THREADS")
|
threads: std::env::var("MIRI_TEST_THREADS")
|
||||||
.ok()
|
.ok()
|
||||||
|
Loading…
Reference in New Issue
Block a user