merlimat commented on a change in pull request #1129: Added end to end 
encryption in C++ client
URL: https://github.com/apache/incubator-pulsar/pull/1129#discussion_r164524955
 
 

 ##########
 File path: pulsar-client-cpp/run-unit-tests.sh
 ##########
 @@ -23,7 +23,9 @@
 
 rm -rf ./pulsar-dist
 mkdir pulsar-dist
-tar xfz ../all/target/apache-pulsar*bin.tar.gz  -C pulsar-dist 
--strip-components 1
+for i in `ls ../all/target/apache-pulsar*bin.tar.gz`; do
 
 Review comment:
   The expectation here is that there will be a single tgz left after the build

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to