fix case
This commit is contained in:
parent
349cb292fa
commit
d3b2f2b8b7
|
@ -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/arctan.py -R
|
||||||
python3 ./test.py -f 2-query/avg.py
|
python3 ./test.py -f 2-query/avg.py
|
||||||
python3 ./test.py -f 2-query/avg.py -R
|
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
|
||||||
python3 ./test.py -f 2-query/between.py -R
|
python3 ./test.py -f 2-query/between.py -R
|
||||||
python3 ./test.py -f 2-query/bottom.py
|
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/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/distinct.py
|
||||||
python3 ./test.py -f 2-query/varchar.py
|
python3 ./test.py -f 2-query/varchar.py
|
||||||
python3 ./test.py -f 2-query/ltrim.py
|
python3 ./test.py -f 2-query/ltrim.py
|
||||||
|
|
Loading…
Reference in New Issue