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