From fe6598c9ad9928c085a907b74538324a54ca58ef Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:36:18 +0800 Subject: [PATCH] Update fulltest.sh del example --- tests/develop-test/fulltest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/develop-test/fulltest.sh b/tests/develop-test/fulltest.sh index 9ec1dd23ac..bccf17e8bb 100755 --- a/tests/develop-test/fulltest.sh +++ b/tests/develop-test/fulltest.sh @@ -1,3 +1,2 @@ python3 test.py -f 0-management/3-tag/json_tag.py -python3 test.py -f 1-insert/0-sql/basic.py -python3 test.py -f 1-insert/0-sql/batchInsert.py \ No newline at end of file +python3 test.py -f 1-insert/0-sql/batchInsert.py -- GitLab