mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
This commit is contained in:
parent
f6a00fa55b
commit
f1fba25e49
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ fn worker_trunner(mut p pool.PoolProcessor, idx int, thread_id int) voidptr {
|
|||
}
|
||||
ts.benchmark.step()
|
||||
tls_bench.step()
|
||||
if abs_path in ts.skip_files {
|
||||
if !ts.build_tools && abs_path in ts.skip_files {
|
||||
ts.benchmark.skip()
|
||||
tls_bench.skip()
|
||||
if !testing.hide_skips {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue