Skip to content

Commit bd30c3d

Browse files
committed
rpc-tests: re-enable rpc-tests for Windows
1 parent a193387 commit bd30c3d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

qa/pull-tester/rpc-tests.sh

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

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

1813
testScripts=(

0 commit comments

Comments
 (0)