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

@@ -298,7 +298,7 @@ pub mod test_utils {
}
pub fn get_append_vec_dir() -> String {
std::env::var("OUT_DIR").unwrap_or_else(|_| "target/append_vec_tests".to_string())
std::env::var("OUT_DIR").unwrap_or_else(|_| "farf/append_vec_tests".to_string())
}
pub fn get_append_vec_path(path: &str) -> TempFile {