File tree 2 files changed +3
-3
lines changed
test/integration_test/jvm
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ GO := $(GOENV) go
10
10
CGO := $(CGOENV ) go
11
11
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
12
12
SHELL := /usr/bin/env bash
13
- BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18 -0.12
13
+ BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.20 -0.12
14
14
15
15
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
16
16
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ bin_path=../../../bin
22
22
23
23
echo " download byteman example"
24
24
if [[ ! (-e byteman-example) ]]; then
25
- git clone https://github.com/WangXiangUSTC /byteman-example.git
25
+ git clone https://github.com/chaos-mesh /byteman-example.git
26
26
fi
27
27
28
28
echo " download byteman && set environment variable"
29
- byteman_dir=" byteman-chaos-mesh-download-v4.0.18 -0.12"
29
+ byteman_dir=" byteman-chaos-mesh-download-v4.0.20 -0.12"
30
30
if [[ ! (-e ${byteman_dir} .tar.gz) ]]; then
31
31
curl -fsSL -o ${byteman_dir} .tar.gz https://mirrors.chaos-mesh.org/${byteman_dir} .tar.gz
32
32
tar zxvf ${byteman_dir} .tar.gz
You can’t perform that action at this time.
0 commit comments