test:add tdengine case task
This commit is contained in:
parent
5da4909f8d
commit
bfaafaf7a7
|
@ -298,7 +298,6 @@ function runUnitTest() {
|
||||||
cd $BUILD_DIR
|
cd $BUILD_DIR
|
||||||
pgrep taosd || taosd >> /dev/null 2>&1 &
|
pgrep taosd || taosd >> /dev/null 2>&1 &
|
||||||
sleep 10
|
sleep 10
|
||||||
#ctest -E "cunit_test" -j8
|
|
||||||
ctest -E "cunit_test" -j $(nproc)
|
ctest -E "cunit_test" -j $(nproc)
|
||||||
print_color "$GREEN" "3.0 unit test done"
|
print_color "$GREEN" "3.0 unit test done"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue