diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-08-25 12:03:28 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-22 00:43:14 +0000 |
commit | 13bd5a75b5b9b7b91e9bd40be1bcc394154107bd (patch) | |
tree | 0b81611d34808ad82fabe1ff9d57f1b6c9b4eaca | |
parent | ccc4ad6c4d34b7f42b048f8c73dfb2d2c9dbcd99 (diff) |
rpc-tests: re-enable rpc-tests for Windows
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 9b318650e9..97aecc5e3c 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -8,11 +8,6 @@ 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 testScripts=( |