From bfaafaf7a780d536a49b2bef079c2d01f6cc0b2e Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Tue, 7 Jan 2025 10:34:16 +0800 Subject: [PATCH] test:add tdengine case task --- tests/run_local_coverage.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index 98d6780b45..f82d37faa4 100755 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -298,7 +298,6 @@ function runUnitTest() { cd $BUILD_DIR pgrep taosd || taosd >> /dev/null 2>&1 & sleep 10 - #ctest -E "cunit_test" -j8 ctest -E "cunit_test" -j $(nproc) print_color "$GREEN" "3.0 unit test done" }