[test: add cases into ci for taos shell]
This commit is contained in:
parent
361f038d3c
commit
06f68bbb0f
|
@ -315,7 +315,7 @@ class TDTestCase:
|
||||||
tdLog.exit("taos -C fail")
|
tdLog.exit("taos -C fail")
|
||||||
|
|
||||||
|
|
||||||
print ("-C return content:\n ", retVal)
|
#print ("-C return content:\n ", retVal)
|
||||||
totalCfgItem = {"firstEp":['', '', ''], }
|
totalCfgItem = {"firstEp":['', '', ''], }
|
||||||
for line in retVal.splitlines():
|
for line in retVal.splitlines():
|
||||||
strList = line.split()
|
strList = line.split()
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
python3 ./test.py -f 0-others/taosShell.py
|
||||||
|
|
||||||
|
|
||||||
#python3 ./test.py -f 2-query/between.py
|
#python3 ./test.py -f 2-query/between.py
|
||||||
#python3 ./test.py -f 2-query/distinct.py
|
#python3 ./test.py -f 2-query/distinct.py
|
||||||
python3 ./test.py -f 2-query/varchar.py
|
python3 ./test.py -f 2-query/varchar.py
|
||||||
|
|
Loading…
Reference in New Issue