提交 787ace6e 编写于 作者: D dingbo

test: fix CI error caused by test_c.sh

上级 b044cebb
......@@ -11,14 +11,14 @@ cd ../../docs-examples/c
gcc connect_example.c -o connect_example -ltaos
./connect_example
gcc -o async_query_example async_query_example.c -ltaos
./async_query_example
# 2
taos -s "drop database if exists power"
gcc -o insert_example insert_example.c -ltaos
./insert_example
gcc -o async_query_example async_query_example.c -ltaos
./async_query_example
# 3
taos -s "drop database if exists power"
gcc -o stmt_example stmt_example.c -ltaos
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册