mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 07:48:00 +00:00
Remove hardcoded paths from dispute-valid-block zombienet test for malus (#6837)
This commit is contained in:
committed by
GitHub
parent
0c51a202cc
commit
e5248e35dd
@@ -24,7 +24,7 @@ command = "polkadot"
|
||||
[[relaychain.nodes]]
|
||||
name = "dave"
|
||||
validator = true
|
||||
command = "/usr/local/bin/malus dispute-ancestor"
|
||||
command = "malus dispute-ancestor"
|
||||
extra_args = ["--dave", "-lparachain=debug"]
|
||||
image = "{{MALUS_IMAGE}}"
|
||||
autoConnectApi = false
|
||||
@@ -35,5 +35,5 @@ id = 100
|
||||
[parachains.collator]
|
||||
name = "collator01"
|
||||
image = "{{COL_IMAGE}}"
|
||||
command = "/usr/local/bin/adder-collator"
|
||||
command = "adder-collator"
|
||||
args = ["-lparachain=debug"]
|
||||
|
||||
Reference in New Issue
Block a user