test:commit cunit_test of taos-tools in unit-test

This commit is contained in:
chenhaoran 2024-08-13 15:11:46 +08:00
parent 75543d952c
commit 933f34bc38
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pgrep taosd || taosd >> /dev/null 2>&1 &
sleep 10
ctest -j8
ctest -E "cunit_test" -j8
ret=$?
exit $ret