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.
This commit is contained in:
Wladimir J. van der Laan 2015-09-04 11:01:44 +02:00
parent 1e700c9b60
commit d528025517

View file

@ -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=(