mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: msvc tests fix
This commit is contained in:
parent
2bd20180e9
commit
e8afd7a1b7
@ -124,7 +124,7 @@ fn worker_trunner(p mut sync.PoolProcessor, idx int, thread_id int) voidptr {
|
||||
// eprintln('>>> v cmd: $cmd')
|
||||
ts.benchmark.step()
|
||||
tls_bench.step()
|
||||
if relative_file in ts.skip_files {
|
||||
if relative_file.replace('\\', '/') in ts.skip_files {
|
||||
ts.benchmark.skip()
|
||||
tls_bench.skip()
|
||||
eprintln(tls_bench.step_message_skip(relative_file))
|
||||
|
Loading…
Reference in New Issue
Block a user