mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: unify all temporary files/folders under $VTMP/v, that can be cleaned by v wipe-cache (#15774)
This commit is contained in:
@@ -68,7 +68,7 @@ fn test_toml() {
|
||||
}
|
||||
|
||||
fn test_toml_file() {
|
||||
out_path := os.join_path(os.temp_dir(), 'v_toml_tests')
|
||||
out_path := os.join_path(os.temp_dir(), 'v', 'toml_tests')
|
||||
test_file := os.join_path(out_path, 'toml_example.toml')
|
||||
os.mkdir_all(out_path) or { assert false }
|
||||
defer {
|
||||
|
||||
Reference in New Issue
Block a user