From bf88f33603a75a36cfd82ecb4cfa040a61fad935 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Wed, 11 May 2022 19:51:05 +0800 Subject: [PATCH] fix: make container creation compatible with enterprise edition --- tests/parallel_test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/run.sh b/tests/parallel_test/run.sh index 0ceb1cff5b..6417f41fd4 100755 --- a/tests/parallel_test/run.sh +++ b/tests/parallel_test/run.sh @@ -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}"