ci: improve test robustness on windows (#21116)

This commit is contained in:
Delyan Angelov 2024-03-28 07:29:17 +02:00 committed by GitHub
parent f1fba25e49
commit f172a040ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 21 additions and 23 deletions

View file

@ -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}')