mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 23:27:54 +00: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 BITCOIND=${REAL_BITCOIND}
|
||||||
export BITCOINCLI=${REAL_BITCOINCLI}
|
export BITCOINCLI=${REAL_BITCOINCLI}
|
||||||
|
|
||||||
|
if [ "x${EXEEXT}" = "x.exe" ]; then
|
||||||
|
echo "Win tests currently disabled"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
#Run the tests
|
#Run the tests
|
||||||
|
|
||||||
testScripts=(
|
testScripts=(
|
||||||
|
Loading…
Reference in New Issue
Block a user