aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.sh
diff options
context:
space:
mode:
authorptschip <peter.tschipper@gmail.com>2015-08-26 06:02:21 -0700
committerptschip <peter.tschipper@gmail.com>2015-08-26 10:59:22 -0700
commit060058e9557f4d3094b6a8d2fa079539c5658d95 (patch)
tree712cf6d8711eeff8540d54ae15a623bff1b84957 /qa/pull-tester/rpc-tests.sh
parentea19c2bc3f2281ad319457c6fa518bff96af13e3 (diff)
downloadbitcoin-060058e9557f4d3094b6a8d2fa079539c5658d95.tar.xz
Enable python tests for Native Windows
1) Multiplatorm support for devnull 2) Fixed a bug in the handling of cache files 3) Deleted run-bitcoin-cli as no longer needed
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 555d2c224b..f928cd09e3 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -5,8 +5,8 @@ CURDIR=$(cd $(dirname "$0"); pwd)
# Get BUILDDIR and REAL_BITCOIND
. "${CURDIR}/tests-config.sh"
-export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
export BITCOIND=${REAL_BITCOIND}
+export BITCOINCLI=${REAL_BITCOINCLI}
#Run the tests