From d9e6809b7a28232a35bf6a958eeb400db7e614f1 Mon Sep 17 00:00:00 2001 From: dingbo Date: Mon, 13 Jun 2022 15:53:21 +0800 Subject: [PATCH] fix: test_R.sh --- tests/docs-examples-test/test_R.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docs-examples-test/test_R.sh b/tests/docs-examples-test/test_R.sh index 80e5e81373..d59daf5d34 100755 --- a/tests/docs-examples-test/test_R.sh +++ b/tests/docs-examples-test/test_R.sh @@ -7,7 +7,7 @@ pgrep taosadapter || taosadapter >> /dev/null 2>&1 & cd ../../docs/examples/R -jar_path=`find ../../../debug/build -name taos-jdbcdriver-*-dist.jar` +jar_path=`find ../../../../debug/build -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 -- GitLab