Skip to content

Commit 55b454f

Browse files
authored
upgrade byteman-helper to v4.0.20-0.12 (#224)
Signed-off-by: cwen0 <[email protected]> Signed-off-by: cwen0 <[email protected]>
1 parent f6d3a9f commit 55b454f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO := $(GOENV) go
1010
CGO := $(CGOENV) go
1111
GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test
1212
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
1414

1515
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
1616
ifeq (,$(shell go env GOBIN))

test/integration_test/jvm/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ bin_path=../../../bin
2222

2323
echo "download byteman example"
2424
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
2626
fi
2727

2828
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"
3030
if [[ ! (-e ${byteman_dir}.tar.gz) ]]; then
3131
curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz
3232
tar zxvf ${byteman_dir}.tar.gz

0 commit comments

Comments
 (0)