mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
tools: fix v build-tools
(it skipped all tools in subfolders of cmd/tools/ after 6a4f293) (#21120)
This commit is contained in:
parent
f6a00fa55b
commit
f1fba25e49
@ -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…
x
Reference in New Issue
Block a user