Use a valid target
directory in miri ui tests
This commit is contained in:
parent
a3cea7f179
commit
78f58f96aa
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
|
||||||
mode,
|
mode,
|
||||||
program,
|
program,
|
||||||
output_conflict_handling,
|
output_conflict_handling,
|
||||||
|
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("ui"),
|
||||||
edition: Some("2021".into()),
|
edition: Some("2021".into()),
|
||||||
..Config::rustc(path.into())
|
..Config::rustc(path.into())
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue