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

fix the problem in before_ut.bat

parent 33edd47e
No related branches found
No related tags found
No related merge requests found
......@@ -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%
......
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