You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fa...@apache.org on 2020/03/15 06:41:37 UTC

[dubbo-go] branch develop updated: fix the problem in before_ut.bat

This is an automated email from the ASF dual-hosted git repository.

fangyc pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a4db99  fix the problem in before_ut.bat
     new 085b915  Merge pull request #409 from zouyx/develop
9a4db99 is described below

commit 9a4db99bb87be3e6e7b4240409b4f2e149d0a6e3
Author: Joe Zou <yi...@gmail.com>
AuthorDate: Sun Mar 15 13:02:03 2020 +0800

    fix the problem in before_ut.bat
---
 before_ut.bat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/before_ut.bat b/before_ut.bat
index abe7fc2..5e1c877 100644
--- a/before_ut.bat
+++ b/before_ut.bat
@@ -14,10 +14,10 @@
 ::  See the License for the specific language governing permissions and
 ::  limitations under the License.
 
-set zkJarName="zookeeper-3.4.9-fatjar.jar"
+set zkJarName=zookeeper-3.4.9-fatjar.jar
 set remoteJarUrl="https://github.com/dubbogo/resources/raw/master/zookeeper-4unitest/contrib/fatjar/%zkJarName%"
-set zkJarPath="remoting/zookeeper/zookeeper-4unittest/contrib/fatjar"
-set zkJar="%zkJarPath%/%zkJarName%"
+set zkJarPath=remoting/zookeeper/zookeeper-4unittest/contrib/fatjar
+set zkJar=%zkJarPath%/%zkJarName%
 
 if not exist "%zkJar%" (
    md %zkJarPath%