From f1fba25e49e839128bb2866aa4a0aaa988f08042 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Thu, 28 Mar 2024 05:28:59 +0000 Subject: [PATCH] tools: fix `v build-tools` (it skipped all tools in subfolders of cmd/tools/ after 6a4f293) (#21120) --- cmd/tools/modules/testing/common.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/modules/testing/common.v b/cmd/tools/modules/testing/common.v index cf6c10ae40..feb993ad2a 100644 --- a/cmd/tools/modules/testing/common.v +++ b/cmd/tools/modules/testing/common.v @@ -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 {