From f93ff5d686e3c0d44c2aafeead1d73749cf314b0 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 28 Apr 2022 09:32:22 +0800 Subject: [PATCH] [test: add test cases for taos shell] --- tests/system-test/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 9a4f780ab2..83f185ae97 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -#python3 ./test.py -f 0-others/taosShell.py +python3 ./test.py -f 0-others/taosShell.py #python3 ./test.py -f 2-query/between.py -- GitLab