tools: fix v build-tools (it skipped all tools in subfolders of cmd/tools/ after 6a4f293) (#21120)

This commit is contained in:
Laurent Cheylus 2024-03-28 05:28:59 +00:00 committed by GitHub
parent f6a00fa55b
commit f1fba25e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {