test: update ctest command to include 'taoscTest'

This commit is contained in:
chenhaoran 2025-03-15 11:30:57 +08:00
parent 864ea7225d
commit eec112ce34
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sleep 10
# Run ctest and capture output and return code
ctest_output="unit-test.log"
ctest -E "cunit_test|taoscTest" -j8 2>&1 | tee "$ctest_output"
ctest -E "cunit_test" -j8 2>&1 | tee "$ctest_output"
ctest_ret=${PIPESTATUS[0]}
# Read the captured output