Skip to content
Snippets Groups Projects
Commit 177d7d20 authored by 邹毅贤's avatar 邹毅贤
Browse files

Add before_ut.bat match windows user

parent ab708855
No related branches found
No related tags found
No related merge requests found
......@@ -67,13 +67,11 @@ The subdirectory examples shows how to use dubbo-go. Please read the [examples/R
### Prepare
Mac/Linux
```bash
sh ./before_ut.sh
```
Windows
```bash
before_ut.bat
```
......
......@@ -67,13 +67,11 @@ TODO
### 准备
Mac/Linux
```bash
sh ./before_ut.sh
```
Windows
```bash
before_ut.bat
```
......
set zk=zookeeper-3.4.9-fatjar.jar
set zkJar=zookeeper-3.4.9-fatjar.jar
md remoting\zookeeper\zookeeper-4unittest\contrib\fatjar config_center\zookeeper\zookeeper-4unittest\contrib\fatjar registry\zookeeper\zookeeper-4unittest\contrib\fatjar
certutil.exe -urlcache -split -f https://github.com/dubbogo/resources/raw/master/zookeeper-4unitest/contrib/fatjar/%zk% remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zk%
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zk%" "config_center/zookeeper/zookeeper-4unittest/contrib/fatjar/"
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zk%" "registry/zookeeper/zookeeper-4unittest/contrib/fatjar/"
\ No newline at end of file
certutil.exe -urlcache -split -f https://github.com/dubbogo/resources/raw/master/zookeeper-4unitest/contrib/fatjar/%zkJar% remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%" "config_center/zookeeper/zookeeper-4unittest/contrib/fatjar/"
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%" "registry/zookeeper/zookeeper-4unittest/contrib/fatjar/"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment