aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-11-17 14:08:08 -0500
committerGavin Andresen <gavinandresen@gmail.com>2014-11-17 14:17:04 -0500
commit3c30f27f342c15af17c6f7e160be5ee60f28194d (patch)
treebc80773c8ad7516f56e73d1fdb1a647e9b8c747e /qa
parentdaf03e7c92c155e3c9c010969192c60872af7bdb (diff)
downloadbitcoin-3c30f27f342c15af17c6f7e160be5ee60f28194d.tar.xz
travis: disable rpc tests for windows until they're not so flaky
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index a0056c141b..0b5ad20642 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -8,6 +8,11 @@ CURDIR=$(cd $(dirname "$0"); pwd)
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
export BITCOIND=${REAL_BITCOIND}
+if [ "x${EXEEXT}" = "x.exe" ]; then
+ echo "Win tests currently disabled"
+ exit 0
+fi
+
#Run the tests
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then