mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
18 lines
348 B
Text
18 lines
348 B
Text
|
|
#======================b1-start===============
|
|
|
|
# ---- user
|
|
./test.sh -f tsim/user/basic1.sim
|
|
|
|
# ---- db
|
|
./test.sh -f tsim/db/basic1.sim
|
|
./test.sh -f tsim/db/basic6.sim
|
|
./test.sh -f tsim/db/error1.sim
|
|
|
|
# ---- table
|
|
./test.sh -f tsim/table/basic1.sim
|
|
|
|
# ---- dnode
|
|
./test.sh -f tsim/dnode/basic1.sim
|
|
|
|
#======================b1-end===============
|