mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
core: fix shared assets binary paths
This commit is contained in:
parent
eca9711ad9
commit
3965669f12
@ -29,7 +29,7 @@ fn binary_path() -> PathBuf {
|
||||
env_var: "NOMOS_EXECUTOR_BIN",
|
||||
binary_name: "nomos-executor",
|
||||
fallback_path: BIN_PATH,
|
||||
shared_bin_subpath: "testing-framework/assets/stack/bin/nomos-executor",
|
||||
shared_bin_subpath: "../assets/stack/bin/nomos-executor",
|
||||
};
|
||||
BinaryResolver::resolve_path(&cfg)
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ fn binary_path() -> PathBuf {
|
||||
env_var: "NOMOS_NODE_BIN",
|
||||
binary_name: "nomos-node",
|
||||
fallback_path: BIN_PATH,
|
||||
shared_bin_subpath: "testing-framework/assets/stack/bin/nomos-node",
|
||||
shared_bin_subpath: "../assets/stack/bin/nomos-node",
|
||||
};
|
||||
BinaryResolver::resolve_path(&cfg)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user