Skip to content

Commit f5b6b8a

Browse files
authored
upgrade byteman-helper to v4.0.18-0.11 (#206)
Signed-off-by: Cwen Yin <[email protected]> Signed-off-by: Cwen Yin <[email protected]>
1 parent 1f4e6be commit f5b6b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10
13+
BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.11
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then
2626
fi
2727

2828
echo "download byteman && set environment variable"
29-
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.10"
29+
byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.11"
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)