From f2728a65d26a4054b7c247f9c74d8ac58d38e6d7 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 31 Jul 2023 21:34:10 +0800 Subject: [PATCH] test: wget jdbc dist.jar --- tests/docs-examples-test/test_R.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/docs-examples-test/test_R.sh b/tests/docs-examples-test/test_R.sh index d59daf5d34..bc850ecd6e 100755 --- a/tests/docs-examples-test/test_R.sh +++ b/tests/docs-examples-test/test_R.sh @@ -6,8 +6,9 @@ pgrep taosd || taosd >> /dev/null 2>&1 & pgrep taosadapter || taosadapter >> /dev/null 2>&1 & 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 R -f connect_native.r --args $jar_path # R -f connect_rest.r --args $jar_path # bug 14704