Skip to content

Commit d528025

Browse files
committed
Revert "rpc-tests: re-enable rpc-tests for Windows"
This reverts commit bd30c3d. Disable windows RPC tests for now. These should be re-enabled once a suitable Wine version is used on Travis.
1 parent 1e700c9 commit d528025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ CURDIR=$(cd $(dirname "$0"); pwd)
88
export BITCOIND=${REAL_BITCOIND}
99
export BITCOINCLI=${REAL_BITCOINCLI}
1010

11+
if [ "x${EXEEXT}" = "x.exe" ]; then
12+
echo "Win tests currently disabled"
13+
exit 0
14+
fi
15+
1116
#Run the tests
1217

1318
testScripts=(

0 commit comments

Comments
 (0)