Makefile: "testnetX" targets verbosity level [skip ci]
This commit is contained in:
parent
03f57aab43
commit
35da46cc3c
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ eth2_network_simulation: | build deps p2pd clean_eth2_network_simulation_files p
|
|||
GIT_ROOT="$$PWD" tests/simulation/start.sh
|
||||
|
||||
testnet0 testnet1: | build deps
|
||||
$(ENV_SCRIPT) nim scripts/connect_to_testnet.nims $@
|
||||
NIM_PARAMS="$(NIM_PARAMS)" $(ENV_SCRIPT) nim scripts/connect_to_testnet.nims $@
|
||||
|
||||
clean-testnet0:
|
||||
rm -rf build/data/nimbus_testnet0
|
||||
|
|
|
@ -61,7 +61,7 @@ cli do (testnetName {.argument.}: string):
|
|||
dataDirName = testnetName.replace("/", "_")
|
||||
dataDir = buildDir / "data" / dataDirName
|
||||
beaconNodeBinary = buildDir / "beacon_node_" & dataDirName
|
||||
nimFlags = "-d:release --lineTrace:on -d:chronicles_log_level=DEBUG"
|
||||
nimFlags = "-d:release --lineTrace:on -d:chronicles_log_level=DEBUG " & getEnv("NIM_PARAMS")
|
||||
|
||||
var depositContractOpt = ""
|
||||
let depositContractFile = testnetDir / depositContractFile
|
||||
|
|
Loading…
Reference in New Issue