From d3b2f2b8b79e796ec5137b9d4f21e86889cf5d50 Mon Sep 17 00:00:00 2001 From: cpwu Date: Mon, 18 Jul 2022 09:46:11 +0800 Subject: [PATCH] fix case --- tests/system-test/fulltest.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 69ea7de561..25d0da03a2 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -46,8 +46,6 @@ python3 ./test.py -f 2-query/arctan.py python3 ./test.py -f 2-query/arctan.py -R python3 ./test.py -f 2-query/avg.py python3 ./test.py -f 2-query/avg.py -R - -python3 ./test.py -f 2-query/db.py python3 ./test.py -f 2-query/between.py python3 ./test.py -f 2-query/between.py -R python3 ./test.py -f 2-query/bottom.py @@ -62,7 +60,7 @@ python3 ./test.py -f 2-query/check_tsdb.py python3 ./test.py -f 2-query/check_tsdb.py -R - +python3 ./test.py -f 2-query/db.py python3 ./test.py -f 2-query/distinct.py python3 ./test.py -f 2-query/varchar.py python3 ./test.py -f 2-query/ltrim.py