test: update ctest command to exclude 'taoscTest'
This commit is contained in:
parent
522ef765b2
commit
864ea7225d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue