diff --git a/Makefile b/Makefile index 3ede6be40f..83202ee0e5 100644 --- a/Makefile +++ b/Makefile @@ -261,10 +261,10 @@ build-docker-local-kava: # Run a 4-node testnet locally localnet-start: build-linux localnet-stop @if ! [ -f build/node0/kvd/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/kvd:Z kava/kavanode testnet --v 4 -o . --starting-ip-address 192.168.10.2 --keyring-backend=test ; fi - docker-compose up -d + $(DOCKER) compose up -d localnet-stop: - docker-compose down + $(DOCKER) compose down # Launch a new single validator chain start: @@ -346,7 +346,7 @@ start-remote-sims: # submit an array job on AWS Batch, using 1000 seeds, spot instances aws batch submit-job \ -—job-name "master-$(VERSION)" \ - -—job-queue “simulation-1-queue-spot" \ + -—job-queue "simulation-1-queue-spot" \ -—array-properties size=1000 \ -—job-definition kava-sim-master \ -—container-override environment=[{SIM_NAME=master-$(VERSION)}] diff --git a/tests/e2e/kvtool b/tests/e2e/kvtool index 79bb25f47d..d98dac4213 160000 --- a/tests/e2e/kvtool +++ b/tests/e2e/kvtool @@ -1 +1 @@ -Subproject commit 79bb25f47d20c10e70f0539c519240fba82b3302 +Subproject commit d98dac4213b0e34ac41793e54c42731e395ab752