test:add test type

This commit is contained in:
happyguoxy 2025-01-16 15:25:06 +08:00
parent 130e8a3e06
commit ac10ed5af5
1 changed files with 2 additions and 2 deletions

View File

@ -370,9 +370,9 @@ stopTaosd
if [ -z "$TEST_TYPE" ]; then if [ -z "$TEST_TYPE" ]; then
runTest runTest
elif [ "$TEST_TYPE" = "python" -o "$TEST_TYPE" = "PYTHON"]; then elif [ "$TEST_TYPE" = "python" -o "$TEST_TYPE" = "PYTHON" ]; then
runPythonCases runPythonCases
elif [ "$TEST_TYPE" = "legacy" -o "$TEST_TYPE" = "LEGACY"]; then elif [ "$TEST_TYPE" = "legacy" -o "$TEST_TYPE" = "LEGACY" ]; then
runSimCases runSimCases
fi fi