mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 09:53:47 +01:00
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:
parent
1e700c9b60
commit
d528025517
@ -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…
Reference in New Issue
Block a user