Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Litecoin: Fix paths in rpc-test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ultragtx authored and thrasher- committed Dec 20, 2016
1 parent c31192d commit 1ecc598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
opts.add(arg)

#Set env vars
if "BITCOIND" not in os.environ:
os.environ["BITCOIND"] = BUILDDIR + '/src/bitcoind' + EXEEXT
if "BITCOINCLI" not in os.environ:
os.environ["BITCOINCLI"] = BUILDDIR + '/src/bitcoin-cli' + EXEEXT
if "LITECOIND" not in os.environ:
os.environ["LITECOIND"] = BUILDDIR + '/src/litecoind' + EXEEXT
if "LITECOINCLI" not in os.environ:
os.environ["LITECOINCLI"] = BUILDDIR + '/src/litecoin-cli' + EXEEXT

if EXEEXT == ".exe" and "-win" not in opts:
# https://github.com/bitcoin/bitcoin/commit/d52802551752140cf41f0d9a225a43e84404d3e9
Expand Down

0 comments on commit 1ecc598

Please sign in to comment.