test:add local coverage script

This commit is contained in:
happyguoxy 2024-12-12 11:30:53 +08:00
parent 635d1b0df5
commit dfcb0cb4f6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function buildTDengine() {
print_color "$GREEN" "$makecmd" print_color "$GREEN" "$makecmd"
$makecmd $makecmd
make -j 8 install make -j 8 install
else elif [ "$BRANCH_BUILD" == "no" ] ; then
print_color "$GREEN" "not build,only install" print_color "$GREEN" "not build,only install"
cd $TDENGINE_DIR/debug cd $TDENGINE_DIR/debug
make -j 8 install make -j 8 install