Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove hardcoded paths from dispute-valid-block zombienet test for …
Browse files Browse the repository at this point in the history
…malus (#6837)
  • Loading branch information
tdimitrov authored Mar 7, 2023
1 parent d0419a9 commit e4680ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/malus/integrationtests/0001-dispute-valid-block.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]

0 comments on commit e4680ea

Please sign in to comment.