mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: improve test robustness on windows (#21116)
This commit is contained in:
parent
f1fba25e49
commit
f172a040ef
19 changed files with 21 additions and 23 deletions
|
@ -4,7 +4,7 @@ import io.util
|
|||
// tfolder will contain all the temporary files/subfolders made by
|
||||
// the different tests. It would be removed in testsuite_end(), so
|
||||
// individual os tests do not need to clean up after themselves.
|
||||
const tfolder = os.join_path(os.vtmp_dir(), 'tests', 'io_util_test')
|
||||
const tfolder = os.join_path(os.vtmp_dir(), 'io_util_tests')
|
||||
|
||||
fn testsuite_begin() {
|
||||
eprintln('testsuite_begin, tfolder = ${tfolder}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue