File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/integration_test/jvm Expand file tree Collapse file tree 2 files changed +2
-2
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.10
13
+ BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.11
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 @@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then
26
26
fi
27
27
28
28
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 "
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