fix: make container creation compatible with enterprise edition
This commit is contained in:
parent
a9ff8c28fa
commit
bf88f33603
|
@ -137,7 +137,7 @@ function run_thread() {
|
|||
local count=0
|
||||
local script="${workdirs[index]}/TDengine/tests/parallel_test/run_container.sh"
|
||||
if [ $ent -ne 0 ]; then
|
||||
local script="${workdirs[index]}/TDinternal/community/tests/parallel_test/run_container.sh"
|
||||
local script="${workdirs[index]}/TDinternal/community/tests/parallel_test/run_container.sh -e"
|
||||
fi
|
||||
local cmd="${runcase_script} ${script}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue