提交 ebd4bbe0 编写于 作者: D dingbo

test: test_R.sh

上级 84b496e0
......@@ -7,7 +7,10 @@ pgrep taosadapter || taosadapter >> /dev/null 2>&1 &
cd ../../docs-examples/R
jar_path=`find ../../../debug/build -name taos-jdbcdriver-*-dist.jar`
git clone -b main --depth 1 git@github.com:taosdata/taos-connector-jdbc.git
cd taos-connector-jdbc
mvn clean package -DskipTests
jar_path=`find ./ -name taos-jdbcdriver-*-dist.jar`
echo jar_path=$jar_path
R -f connect_native.r --args $jar_path
# R -f connect_rest.r --args $jar_path # bug 14704
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册