From 2b46344b5490638e2661fa8609c9f43266bceb6c Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Thu, 12 Dec 2024 10:54:34 +0800 Subject: [PATCH] test:add local coverage script --- tests/run_local_coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index f5ec7e41ba..af4ed36f6e 100644 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -104,7 +104,7 @@ function buildTDengine() { makecmd="cmake -DCOVER=true -DBUILD_TEST=false -DBUILD_HTTP=false -DBUILD_DEPENDENCY_TESTS=0 -DBUILD_TOOLS=true -DBUILD_GEOS=true -DBUILD_TEST=true -DBUILD_CONTRIB=false ../../" print_color "$GREEN" "$makecmd" - #$makecmd + $makecmd make -j 8 install