From 83e01b00aa9ca9e902c320a7985dc24b8b0539c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 5 Sep 2019 13:18:18 +0200 Subject: [PATCH] remove unused variable [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c2b6a2bb..529f7e5ae 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ clean_eth2_network_simulation_files: rm -rf tests/simulation/{data,validators} eth2_network_simulation: | build deps p2pd clean_eth2_network_simulation_files - GIT_ROOT="$$PWD" BUILD_OUTPUTS_DIR="./build" tests/simulation/start.sh + GIT_ROOT="$$PWD" tests/simulation/start.sh testnet0 testnet1: | build deps p2pd NIM_PARAMS="$(NIM_PARAMS)" $(ENV_SCRIPT) scripts/build_testnet_node.sh $@