travis: disable rpc tests for windows until they're not so flaky
This commit is contained in:
parent
daf03e7c92
commit
3c30f27f34
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ CURDIR=$(cd $(dirname "$0"); pwd)
|
||||||
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
|
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
|
||||||
export BITCOIND=${REAL_BITCOIND}
|
export BITCOIND=${REAL_BITCOIND}
|
||||||
|
|
||||||
|
if [ "x${EXEEXT}" = "x.exe" ]; then
|
||||||
|
echo "Win tests currently disabled"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
#Run the tests
|
#Run the tests
|
||||||
|
|
||||||
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
|
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
|
||||||
|
|
Loading…
Reference in a new issue