test: update ctest command to exclude 'taoscTest'

This commit is contained in:
chenhaoran 2025-03-14 17:29:00 +08:00
parent 522ef765b2
commit 864ea7225d
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" -j8 2>&1 | tee "$ctest_output"
ctest -E "cunit_test|taoscTest" -j8 2>&1 | tee "$ctest_output"
ctest_ret=${PIPESTATUS[0]}
# Read the captured output