ZLBer commented on code in PR #523:
URL: https://github.com/apache/dubbo-go-samples/pull/523#discussion_r1135664205
##########
start_integrate_test.sh:
##########
@@ -64,13 +64,17 @@ array+=("rpc/triple/msgpack")
array+=("rpc/triple/pb/dubbogo-grpc")
array+=("rpc/grpc")
array+=("rpc/jsonrpc")
+array+=("rpc/triple/pb2")
#tls
array+=("tls/dubbo")
array+=("tls/triple")
array+=("tls/grpc")
+# replace tls config
+find $(pwd)/tls -type f -print0 | xargs -0 sed -i
's#\.\.\/\.\.\/\.\.#'"$(pwd)/tls"'#g'
Review Comment:
@justxuewei we can only find yml type `find $(pwd)/tls -type f -name
'*.yml' `
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]