diff --git a/Makefile b/Makefile index 563f0360..0368cc7e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GO := $(GOENV) go CGO := $(CGOENV) go GOTEST := TEST_USE_EXISTING_CLUSTER=false NO_PROXY="${NO_PROXY},testhost" go test SHELL := /usr/bin/env bash -BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.9 +BYTEMAN_DIR := byteman-chaos-mesh-download-v4.0.18-0.10 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) diff --git a/test/integration_test/jvm/run.sh b/test/integration_test/jvm/run.sh index 3d9643b5..db8a4698 100644 --- a/test/integration_test/jvm/run.sh +++ b/test/integration_test/jvm/run.sh @@ -26,7 +26,7 @@ if [[ ! (-e byteman-example) ]]; then fi echo "download byteman && set environment variable" -byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.9" +byteman_dir="byteman-chaos-mesh-download-v4.0.18-0.10" if [[ ! (-e ${byteman_dir}.tar.gz) ]]; then curl -fsSL -o ${byteman_dir}.tar.gz https://mirrors.chaos-mesh.org/${byteman_dir}.tar.gz tar zxvf ${byteman_dir}.tar.gz