Browse Source

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

This reverts commit bd30c3dced.

Disable windows RPC tests for now. These should be re-enabled once a
suitable Wine version is used on Travis.
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
d528025517
  1. 5
      qa/pull-tester/rpc-tests.sh

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

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

Loading…
Cancel
Save