Browse Source

rpc-tests: re-enable rpc-tests for Windows

pull/145/head
Cory Fields 9 years ago
committed by Luke Dashjr
parent
commit
13bd5a75b5
  1. 5
      qa/pull-tester/rpc-tests.sh

5
qa/pull-tester/rpc-tests.sh

@ -8,11 +8,6 @@ CURDIR=$(cd $(dirname "$0"); pwd)
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
export BITCOIND=${REAL_BITCOIND}
if [ "x${EXEEXT}" = "x.exe" ]; then
echo "Win tests currently disabled"
exit 0
fi
#Run the tests
testScripts=(

Loading…
Cancel
Save