Skip to content

Commit

Permalink
restore env var
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Sep 19, 2024
1 parent 8c4e538 commit 2a1de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-rpc/qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def run_tests(test_handler, test_list, src_dir, build_dir, exeext, jobs=1, enabl
BOLD = ('\033[0m', '\033[1m')

#Set env vars
#if "ZEBRAD" not in os.environ:
# os.environ["ZEBRAD"] = build_dir + '/target/debug/zebrad' + exeext
if "CARGO_BIN_EXE_zebrad" not in os.environ:
os.environ["CARGO_BIN_EXE_zebrad"] = os.path.join("..", "target", "debug", "zebrad")

tests_dir = src_dir + '/qa/rpc-tests/'

Expand Down

0 comments on commit 2a1de9f

Please sign in to comment.