tmp dirs target to farf (#5079)

This commit is contained in:
Rob Walker
2019-07-12 18:28:42 -07:00
committed by GitHub
parent 1c966aac25
commit 0d27515d09
70 changed files with 79 additions and 13 deletions

View File

@ -750,7 +750,7 @@ mod tests {
fn get_tmp_accounts_path(paths: &str) -> TempPaths {
let vpaths = get_paths_vec(paths);
let out_dir = std::env::var("OUT_DIR").unwrap_or_else(|_| "target".to_string());
let out_dir = std::env::var("OUT_DIR").unwrap_or_else(|_| "farf".to_string());
let vpaths: Vec<_> = vpaths
.iter()
.map(|path| format!("{}/{}", out_dir, path))