Skip to content

Commit

Permalink
[Branding] bitcoin -> navcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 16, 2024
1 parent 4864047 commit 5d66fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/util/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def bctest(testDir, testObj, buildenv):
"""
# Get the exec names and arguments
execprog = os.path.join(buildenv["BUILDDIR"], "src", testObj["exec"] + buildenv["EXEEXT"])
if testObj["exec"] == "./bitcoin-util":
if testObj["exec"] == "./navcoin-util":
execprog = os.getenv("BITCOINUTIL", default=execprog)
elif testObj["exec"] == "./bitcoin-tx":
elif testObj["exec"] == "./navcoin-tx":
execprog = os.getenv("BITCOINTX", default=execprog)

execargs = testObj['args']
Expand Down

0 comments on commit 5d66fb4

Please sign in to comment.