test: wget jdbc dist.jar

This commit is contained in:
Shuduo Sang 2023-07-31 21:34:10 +08:00
parent a350794ea7
commit f2728a65d2
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ pgrep taosd || taosd >> /dev/null 2>&1 &
pgrep taosadapter || taosadapter >> /dev/null 2>&1 & pgrep taosadapter || taosadapter >> /dev/null 2>&1 &
cd ../../docs/examples/R cd ../../docs/examples/R
wget https://repo1.maven.org/maven2/com/taosdata/jdbc/taos-jdbcdriver/3.2.4/taos-jdbcdriver-3.2.4-dist.jar
jar_path=`find ../../../../debug/build -name taos-jdbcdriver-*-dist.jar` jar_path=`find . -name taos-jdbcdriver-*-dist.jar`
echo jar_path=$jar_path echo jar_path=$jar_path
R -f connect_native.r --args $jar_path R -f connect_native.r --args $jar_path
# R -f connect_rest.r --args $jar_path # bug 14704 # R -f connect_rest.r --args $jar_path # bug 14704