Skip to content

Commit

Permalink
update binary tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
boqiu committed Jan 31, 2024
1 parent e32ca4b commit 922e306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_framework/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def __init__(self, blockchain_node_type=BlockChainNodeType.Conflux, blockchain_n
tests_dir = os.path.dirname(__file_path__)
root_dir = os.path.dirname(tests_dir)
self.__default_conflux_binary__ = os.path.join(
tests_dir, "utility", "conflux" + binary_ext
tests_dir, "tmp", "conflux" + binary_ext
)
self.__default_geth_binary__ = os.path.join(
tests_dir, "utility", "geth" + binary_ext
tests_dir, "tmp", "geth" + binary_ext
)
self.__default_zgs_node_binary__ = os.path.join(
root_dir, "zerog-storage-rust", "target", "release", "zgs_node" + binary_ext
Expand Down

0 comments on commit 922e306

Please sign in to comment.